Created
October 23, 2014 08:49
-
-
Save olund/d9cee1e91b8dbb74444e to your computer and use it in GitHub Desktop.
Olund Sublime Text 2
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
{ | |
"color_scheme": "Packages/Predawn/predawn.tmTheme", | |
"default_encoding": "UTF-8", | |
"default_line_ending": "unix", | |
"detect_indentation": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"Desktop.ini", | |
"*.pyc", | |
"._*", | |
"Thumbs.db", | |
".Spotlight-V100", | |
".Trashes" | |
], | |
"folder_exclude_patterns": | |
[ | |
".git", | |
"node_modules" | |
], | |
"font_size": 16, | |
"highlight_modified_tabs": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage", | |
"PlainTasks" | |
], | |
"line_padding_bottom": 6, | |
"match_brackets": true, | |
"match_brackets_angle": true, | |
"remember_open_files": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 4, | |
"theme": "predawn.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment