Updated prefs
This commit is contained in:
parent
c123404c06
commit
f52c3a881d
|
@ -1,19 +1,19 @@
|
||||||
// Settings in here override those in "Default/Preferences.sublime-settings", and
|
|
||||||
// are overridden in turn by file type specific settings.
|
|
||||||
{
|
{
|
||||||
"theme": "Soda Dark.sublime-theme",
|
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
|
||||||
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
|
"default_line_ending": "unix",
|
||||||
"font_face": "Panic Sans",
|
"fallback_encoding": "Cyrillic (Windows 1251)",
|
||||||
"font_size": 14,
|
"drag_text": false,
|
||||||
"line_padding_top": 1,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"line_padding_bottom": 1,
|
"font_face": "Monaco",
|
||||||
"tab_size": 2,
|
"font_size": 14.0,
|
||||||
"translate_tabs_to_spaces": true,
|
"highlight_line": true,
|
||||||
"rulers": [90],
|
"ignored_packages": ["Vintage"],
|
||||||
"highlight_line": true,
|
"line_padding_bottom": 1,
|
||||||
"trim_trailing_white_space_on_save": true,
|
"line_padding_top": 3,
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"rulers": [90],
|
||||||
"default_line_ending": "unix",
|
"tab_size": 2,
|
||||||
"drag_text": false,
|
"theme": "Soda Dark.sublime-theme",
|
||||||
"tree_animation_enabled": false
|
"translate_tabs_to_spaces": true,
|
||||||
|
"tree_animation_enabled": false,
|
||||||
|
"trim_trailing_white_space_on_save": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue