Last active
December 5, 2016 14:51
-
-
Save sergejmueller/096c913c4cc13f315059440d16124302 to your computer and use it in GitHub Desktop.
Preferences.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
{ | |
"caret_extra_width": 1, | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme", | |
"draw_white_space": "selection", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.png", | |
"*.ico", | |
"*.gz", | |
"*.DS_Store", | |
"._*", | |
"*.map", | |
"*.phar" | |
], | |
"folder_exclude_patterns": | |
[ | |
".*", | |
"CVS", | |
"node_modules" | |
], | |
"font_face": "Roboto Mono", | |
"font_options": | |
[ | |
"no_round" | |
], | |
"font_size": 11, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"LESS", | |
"Vintage" | |
], | |
"indent_to_bracket": true, | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"match_brackets_angle": true, | |
"open_files_in_new_window": false, | |
"soda_classic_tabs": true, | |
"theme": "Boxy Ocean.sublime-theme", | |
"theme_accent_mono": true, | |
"theme_bar": true, | |
"theme_bar_colored": true, | |
"theme_bar_logo_materialized": true, | |
"theme_bar_shadow_hidden": true, | |
"theme_button_rounded": true, | |
"theme_find_panel_close_hidden": true, | |
"theme_find_panel_size_xxs": true, | |
"theme_font_xs": true, | |
"theme_icons_atomized": true, | |
"theme_panel_switcher_atomized": true, | |
"theme_quick_panel_size_xs": true, | |
"theme_scrollbar_colored": true, | |
"theme_scrollbar_line": true, | |
"theme_size_xs": true, | |
"theme_statusbar_size_xs": true, | |
"theme_tab_width_auto": true, | |
"theme_unified": true, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_separators": "./\\()\"':,.;<>;~!@#$%^&*|+=[]{}`~?", | |
"word_wrap": true, | |
"show_definitions": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment