Last active
October 18, 2017 00:31
-
-
Save rebeccacremona/7f939b0713342b71b69df1c88b269ff4 to your computer and use it in GitHub Desktop.
SublimeText 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
Show hidden characters
{ | |
"color_scheme": "Packages/Color Scheme - Kuroir/Kuroir Theme.tmTheme", | |
"draw_white_space": "all", | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "__pycache__"], | |
"font_size": 22, | |
"highlight_line": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"indent to bracket": true, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
72, | |
79, | |
100, | |
], | |
"spell_check": true, | |
"theme": "Soda Light 3.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": true, | |
"trim_trailing_white_space_on_save": true, | |
"wide_caret": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment