dotfiles/sublime/User/Preferences.sublime-settings

38 lines
818 B
Plaintext

{
"auto_complete_delay": 1000,
"auto_match_enabled": false,
"color_scheme": "Packages/User/Tomorrow.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix",
"detect_indentation": true,
"detect_slow_plugins": false,
"drag_text": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas",
"font_size": 16.0,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_numbers_leading_zero": false,
"hayaku_CSS_syntax_autoguess":
[
"selector {",
" property:value;",
" }"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
120
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"tab_completion": true,
"theme": "Soda Light.sublime-theme"
}