Created
July 27, 2014 14:08
-
-
Save unisys12/3342003b050cd41623ac to your computer and use it in GitHub Desktop.
Sublime Text User Settings
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/Color Scheme - Default/Monokai Bright.tmTheme", | |
"font_size": 10, | |
"spell_check": true, | |
"caret_style": "phase", | |
"line_padding_top": 2, | |
"line_padding_bottom": 2, | |
"bold_folder_labels": true, | |
"trim_trailing_white_space_on_save": true, | |
"remember_open_files": false, | |
"ignored_packages": | |
[ | |
"Markdown", | |
"Vintage" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment