Skip to content

Commit

Permalink
tm_properties: fix scopeAttributes again.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 8, 2018
1 parent 85e52d0 commit ffcb2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm_properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PATH = "$TM_PROJECT_DIRECTORY/bin:$HOME/.rbenv/shims:$HOME/.gem/ruby/2.3.0/bin:/usr/local/bin:$PATH"

scopeAttributes = "attr.linter.lint-on-save attr.linter.strip-whitespace-on-save attr.linter.ensure-newline-on-save attr.linter.fix-on-save"
scopeAttributes = "bundle.linter.lint-on-save bundle.linter.strip-whitespace-on-save bundle.linter.ensure-newline-on-save bundle.linter.fix-on-save"

encoding = UTF-8
fontName = "Menlo"
Expand Down

0 comments on commit ffcb2e3

Please sign in to comment.