Initial commit

This commit is contained in:
Gregory Eremin
2013-01-19 17:18:29 +04:00
commit f3123a736d
29 changed files with 412 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow.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 Light.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true
}