Created
May 7, 2013 13:04
-
-
Save jfchevrette/5532389 to your computer and use it in GitHub Desktop.
Sublime Text 2 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
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"caret_style": "solid", | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme", | |
"create_window_at_startup": false, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".DS_Store" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"_build", | |
"dist", | |
"build", | |
"site", | |
"target", | |
"tmp" | |
], | |
"font_face": "Ubuntu Mono", | |
"font_options": | |
[ | |
"no_bold", | |
"subpixel_antialias" | |
], | |
"font_size": 16.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 0, | |
"line_padding_top": 0, | |
"rulers": | |
[ | |
72, | |
79 | |
], | |
"scroll_past_end": true, | |
"tab_size": 4, | |
"theme": "Flatland.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment