1
0
Fork 0
dotfiles/sublime/config-dark

22 lines
691 B
Plaintext
Raw Normal View History

2013-01-19 13:18:29 +00:00
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"default_line_ending": "unix",
"drag_text": false,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Cyrillic (Windows 1251)",
2013-02-22 12:32:41 +00:00
"font_face": "Source Code Pro",
"font_size": 14.0,
2013-01-19 13:18:29 +00:00
"highlight_line": true,
"ignored_packages": ["Vintage"],
"line_padding_bottom": 1,
"line_padding_top": 3,
"rulers": [120],
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
2013-02-22 12:32:41 +00:00
"folder_exclude_patterns": [".git", ".bundle", ".sass-cache"],
"file_exclude_patterns": [".DS_Store"]
2013-01-19 13:18:29 +00:00
}