Preferences.sublime-settings
{ | |
"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