Update Preferences.sublime-settings

This commit is contained in:
Oliver Davies 2017-03-21 00:16:20 +00:00 committed by GitHub
parent fa83114880
commit 01d8f6b701

View file

@ -1,44 +1,32 @@
{ {
"color_scheme": "Packages/Phix Color Scheme/Phix Dark.tmTheme", "always_show_minimap_viewport": false,
"animation_enabled": false,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_line_ending": "unix", "default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true, "ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns": "folder_exclude_patterns":
[ [
".idea",
".git", ".git",
".github", ".idea",
".sass-cache", ".sass-cache"
".sculpin",
".svn",
"*.phar"
], ],
"font_face": "Menlo", "font_face": "Roboto Mono",
"font_options": "font_size": 13,
[ "hot_exit": false,
"no_bold",
"no_italic"
],
"font_size": 14.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages": "ignored_packages":
[ [
], ],
"line_padding_bottom": 5, "line_padding_bottom": 10,
"line_padding_top": 5, "line_padding_top": 10,
"margin": 0, "phpunit-sublime-terminal": "iTerm",
"remember_open_files": false,
"rulers": "rulers":
[ [
80 80
], ],
"save_on_focus_lost": true,
"shift_tab_unindent": true, "shift_tab_unindent": true,
"tab_size": 2, "tab_size": 2,
"theme": "Soda Dark.sublime-theme", "theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true, "translate_tabs_to_spaces": true,
"trim_automatic_white_space": true, "use_simple_full_screen": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false "word_wrap": false
} }