dotfiles/sublime/User/Preferences.sublime-settings

39 lines
843 B
Plaintext
Raw Normal View History

2012-10-16 12:11:28 +00:00
{
"auto_complete_delay": 1000,
"auto_match_enabled": false,
2013-06-23 06:03:17 +00:00
"caret_style": "phase",
2012-10-16 12:11:28 +00:00
"color_scheme": "Packages/User/Tomorrow.tmTheme",
2012-11-12 12:08:29 +00:00
"create_window_at_startup": false,
2012-10-16 12:11:28 +00:00
"default_line_ending": "unix",
"detect_indentation": true,
2012-11-12 12:08:29 +00:00
"detect_slow_plugins": false,
2013-02-04 10:32:22 +00:00
"drag_text": true,
2012-10-16 12:11:28 +00:00
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas",
2013-10-04 13:13:41 +00:00
"font_size": 17.0,
2012-11-12 12:08:29 +00:00
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_numbers_leading_zero": false,
2012-12-06 13:53:24 +00:00
"hayaku_CSS_syntax_autoguess":
[
"selector {",
2013-03-31 17:15:38 +00:00
" property:value;",
" }"
],
2012-10-16 12:11:28 +00:00
"highlight_line": true,
2012-11-12 12:08:29 +00:00
"ignored_packages":
[
2012-10-16 12:11:28 +00:00
"Vintage"
],
2013-03-31 17:15:38 +00:00
"line_padding_bottom": 1,
"line_padding_top": 1,
2012-11-12 12:08:29 +00:00
"open_files_in_new_window": false,
"rulers":
[
2012-10-16 12:11:28 +00:00
120
],
"save_on_focus_lost": true,
2012-10-23 08:47:00 +00:00
"scroll_past_end": true,
2012-11-12 12:08:29 +00:00
"tab_completion": true,
"theme": "Soda Light.sublime-theme"
2012-10-16 12:11:28 +00:00
}