Sublime: reformat.

This commit is contained in:
Artem Sapegin 2012-11-12 16:08:29 +04:00
parent 16a00cefd6
commit 88e3d9d426
1 changed files with 12 additions and 12 deletions

View File

@ -2,29 +2,29 @@
"auto_complete_delay": 1000, "auto_complete_delay": 1000,
"auto_match_enabled": false, "auto_match_enabled": false,
"color_scheme": "Packages/User/Tomorrow.tmTheme", "color_scheme": "Packages/User/Tomorrow.tmTheme",
"create_window_at_startup": false,
"default_line_ending": "unix", "default_line_ending": "unix",
"detect_indentation": false, "detect_indentation": false,
"create_window_at_startup": false, "detect_slow_plugins": false,
"open_files_in_new_window": false,
"drag_text": false, "drag_text": false,
"fallback_encoding": "Cyrillic (Windows 1251)", "fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas", "font_face": "Consolas",
"font_size": 14, "font_size": 14,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_numbers_leading_zero": false,
"hayaku_CSS_whitespace_after_colon": "",
"highlight_line": true, "highlight_line": true,
"ignored_packages": [ "ignored_packages":
[
"Vintage" "Vintage"
], ],
"rulers": [ "open_files_in_new_window": false,
"rulers":
[
120 120
], ],
"save_on_focus_lost": true, "save_on_focus_lost": true,
"tab_completion": true,
"detect_slow_plugins": false,
"scroll_past_end": true, "scroll_past_end": true,
"theme": "Soda Light.sublime-theme", "tab_completion": true,
"theme": "Soda Light.sublime-theme"
// Hayaku
"hayaku_CSS_whitespace_after_colon": "",
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_numbers_leading_zero": false
} }