Created
May 12, 2016 13:22
-
-
Save opdavies/3e3177f33220027605f1b634c1f77204 to your computer and use it in GitHub Desktop.
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.tmTheme", | |
"default_line_ending": "unix", | |
"ensure_newline_at_eof_on_save": true, | |
"fallback_encoding": "UTF-8", | |
"folder_exclude_patterns": | |
[ | |
".idea", | |
".git", | |
".github", | |
".sass-cache", | |
".sculpin", | |
".svn" | |
], | |
"font_face": "Fira Code", | |
"font_options": | |
[ | |
"no_bold", | |
"no_italic" | |
], | |
"font_size": 15.0, | |
"highlight_line": true, | |
"hot_exit": false, | |
"ignored_packages": | |
[ | |
], | |
"line_padding_bottom": 7, | |
"line_padding_top": 7, | |
"margin": 0, | |
"remember_open_files": false, | |
"rulers": | |
[ | |
80 | |
], | |
"save_on_focus_lost": true, | |
"shift_tab_unindent": true, | |
"tab_size": 2, | |
"theme": "Soda Dark.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": 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