Created
December 10, 2015 05:07
-
-
Save dburles/4372796a59b36ecb0947 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"color_scheme": "Packages/User/SublimeLinter/PlainText (SL).tmTheme", | |
"draw_white_space": "all", | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
".meteor" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 12, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"Theme - Glacier", | |
"Vintage" | |
], | |
"itg_sidebar_tree_small": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"piatto_folder_icons": true, | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"ternjs": | |
{ | |
"libs": | |
[ | |
"browser", | |
"underscore", | |
"jquery" | |
], | |
"plugins": | |
{ | |
"meteor": | |
{ | |
} | |
} | |
}, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": false, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment