Created
October 8, 2015 19:16
-
-
Save zbee/f3b06e9bd048b41f0526 to your computer and use it in GitHub Desktop.
My preferences in Sublime Text 3
This file contains 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
{ | |
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme", | |
"flatland_sidebar_tree_xsmall": true, | |
"flatland_square_tabs": false, | |
"font_size": 11, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80 | |
], | |
"shift_tab_unindent": true, | |
"tab_size": 2, | |
"theme": "Flatland Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment