Skip to content

Instantly share code, notes, and snippets.

@Epigene
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Epigene/d91a9f0505798b595fb6 to your computer and use it in GitHub Desktop.
Save Epigene/d91a9f0505798b595fb6 to your computer and use it in GitHub Desktop.
sublime user config
{
"auto_complete": false,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/Antigua.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"detect_slow_plugins": false,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_face": "DejaVuSansMono",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"paths":
{
"osx":
[
"/Users/augusts/.rvm/rubies/ruby-2.1.1/bin/ruby",
"/Users/augusts/Library/Application Support/Sublime Text 2/Packages/User/SublimeLinter"
]
},
"shift_tab_unindent": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment