1
0
Fork 0
dotfiles/sublime/config-light

40 lines
1.1 KiB
Plaintext
Raw Normal View History

2013-01-19 13:18:29 +00:00
{
2013-03-13 08:51:31 +00:00
// Themes, Colors and Fonts
"theme": "Soda Light.sublime-theme",
2013-01-19 13:18:29 +00:00
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.tmTheme",
2013-03-13 08:51:31 +00:00
"font_face": "Source Code Pro",
"font_size": 12.0,
"font_options": ["subpixel_antialias", "no_bold", "no_italic"],
// Behavior
2013-01-19 13:18:29 +00:00
"drag_text": false,
2013-03-13 08:51:31 +00:00
"highlight_modified_tabs": true,
"close_windows_when_empty": false,
"tree_animation_enabled": false,
// Text & Code
2013-01-19 13:18:29 +00:00
"fallback_encoding": "Cyrillic (Windows 1251)",
2013-03-13 08:51:31 +00:00
"default_line_ending": "unix",
"translate_tabs_to_spaces": true,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"tab_size": 2,
// Editor
2013-01-19 13:18:29 +00:00
"highlight_line": true,
2013-03-13 08:51:31 +00:00
"rulers": [120],
2013-01-19 13:18:29 +00:00
"line_padding_bottom": 1,
"line_padding_top": 3,
2013-03-13 08:51:31 +00:00
"gutter": true,
"line_numbers": true,
"fold_buttons": false,
"draw_minimap_border": false,
"highlight_modified_tabs": true,
"close_windows_when_empty": false,
// Bullshit
"ignored_packages": ["Vintage"],
"file_exclude_patterns": [".DS_Store", "*.sublime-*"],
"folder_exclude_patterns": [".git", ".bundle", ".sass-cache"]
2013-01-19 13:18:29 +00:00
}