1
0
Fork 0
dotfiles/sublime/config-dark

20 lines
580 B
Plaintext

{
"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)",
"font_face": "Inconsolata",
"font_size": 16.0,
"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
}