Last active
May 20, 2016 05:43
-
-
Save aslamnd/7f105afe15cee63f9015 to your computer and use it in GitHub Desktop.
Sublime 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
{ | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme", | |
"detect_indentation": true, | |
"disable_pyv8_update": true, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"build", | |
".sass-cache", | |
"node_modules" | |
], | |
"font_face": "Source Code Pro", | |
"font_size": 14.0, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"" | |
], | |
"itg_small_tabs": true, | |
"open_files_in_new_window": false, | |
"save_on_focus_lost": true, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"theme": "Material-Theme.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"update_check": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment