Created
November 26, 2016 17:06
-
-
Save danasilver/0805be9f4577cff203982601eb0e8d6b to your computer and use it in GitHub Desktop.
Sublime Preferences
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/Color Brewer (SL).tmTheme", | |
"drawWhiteSpace": true, | |
"draw_white_space": "none", | |
"ensure_newline_at_eof_on_save": true, | |
"font_face": "Inconsolata", | |
"font_size": 15, | |
"ignored_packages": | |
[ | |
"HTML-CSS-JS Prettify", | |
"Vintage", | |
"WakaTime" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"soda_classic_tabs": false, | |
"soda_folder_icons": true, | |
"spellCheck": false, | |
"tab_size": 2, | |
"theme": "Soda Light 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment