Last active
December 27, 2016 18:43
-
-
Save alkalinecoffee/5f36973ba83c8860168d to your computer and use it in GitHub Desktop.
sublimetext config
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/Color Scheme - Default/Twilight.tmTheme", | |
"copy_with_empty_selection": false, | |
"detect_indentation": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": [".svn", ".hg", "CVS"], | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"scroll_past_end": true, | |
"show_full_path": true, | |
"tab_size": 2, | |
"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