Created
January 5, 2014 08:17
-
-
Save coldhawaiian/8265761 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
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
Show hidden characters
{ | |
"auto_indent": true, | |
"bold_folder_labels": true, | |
// https://github.com/thinkpixellab/flatland | |
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme", | |
"font_face": "Source Code Pro", | |
"font_size": 14, | |
"highlight_modified_tabs": true, | |
"rulers": | |
[ | |
80, | |
100, | |
120 | |
], | |
"scroll_past_end": true, | |
"spell_check": true, | |
"tab_size": 4, | |
"theme": "Flatland Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment