Skip to content

Instantly share code, notes, and snippets.

@crmaxx
Last active August 29, 2015 14:21
Show Gist options
  • Save crmaxx/56be27b19bf24bc45032 to your computer and use it in GitHub Desktop.
Save crmaxx/56be27b19bf24bc45032 to your computer and use it in GitHub Desktop.
My Sublime Text config
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "solid",
"theme": "Spacegray Eighties.sublime-theme",
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"dictionary": "Packages/User/russian_english.dic",
"font_face": "InputMonoNarrow Thin",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"copy_with_empty_selection": true,
"index_files": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
120
],
"tab_size": 2,
"ensure_newline_at_eof_on_save": true,
"trailing_spaces_trim_on_save": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment