Initial commit
This commit is contained in:
commit
19601c6fef
|
@ -0,0 +1,2 @@
|
||||||
|
[
|
||||||
|
]
|
|
@ -0,0 +1,2 @@
|
||||||
|
[
|
||||||
|
]
|
|
@ -0,0 +1,2 @@
|
||||||
|
[
|
||||||
|
]
|
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue