dotfiles/sublime/User/Preferences.sublime-settings

38 lines
819 B
Plaintext
Raw Normal View History

2012-10-16 12:11:28 +00:00
{
"auto_complete_delay": 1000,
"auto_match_enabled": false,
"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": false,
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",
"font_size": 15,
"line_padding_top": 1,
"line_padding_bottom": 1,
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 {",
"\tproperty:value;",
"\t}"
],
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"
],
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
}