Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentation in TM2 differs from go fmt #30

Open
tomhal opened this issue Feb 2, 2013 · 0 comments · Fixed by #32
Open

Indentation in TM2 differs from go fmt #30

tomhal opened this issue Feb 2, 2013 · 0 comments · Fixed by #32

Comments

@tomhal
Copy link

tomhal commented Feb 2, 2013

go fmt uses tabs, and ctrl+shift+h uses spaces. I opened gomate.rb and found this:

    if ENV['TM_SOFT_TABS'] && ENV['TM_SOFT_TABS'] == 'YES'
      args.push('-tabs=true')
    else
      args.push('-tabs=false')
    end

Isn't the logic reversed here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant