Last active
December 22, 2015 10:50
-
-
Save yratof/a34b9510654fc93a8cf5 to your computer and use it in GitHub Desktop.
Sublime Settings
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
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Color Schemes/Custom solarized (Dark).tmTheme", | |
"fade_fold_buttons": false, | |
"folder_exclude_patterns": [ | |
".svn", | |
".git", | |
".hg", | |
"CVS", | |
"node_modules" | |
], | |
"file_exclude_patterns": | |
[ | |
"*.scssc", | |
".DS_Store", | |
"node_modules" | |
], | |
"font_size": 12, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Emmet", | |
"SublimeLinter-phpcs", | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"open_files_in_new_window": false, | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"show_line_endings": 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