1
0
Fork 0

Initial commit

This commit is contained in:
Gregory Eremin 2012-08-11 22:13:59 +04:00
commit 19601c6fef
5 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[
]

View File

@ -0,0 +1,2 @@
[
]

View File

@ -0,0 +1,2 @@
[
]

View File

@ -0,0 +1,16 @@
{
"auto_upgrade_last_run": 1344708504,
"installed_packages":
[
"Backbone.js",
"CoffeeScript",
"Git",
"Markdown Preview",
"Package Control",
"RSpec (snippets and syntax)",
"SCSS",
"Shell Turtlestein",
"Theme - Soda",
"Tomorrow Color Schemes"
]
}

View File

@ -0,0 +1,19 @@
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"theme": "Soda Dark.sublime-theme",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"font_face": "Panic Sans",
"font_size": 14,
"line_padding_top": 1,
"line_padding_bottom": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"rulers": [90],
"highlight_line": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"default_line_ending": "unix",
"drag_text": false,
"tree_animation_enabled": false
}