Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattfelten
Created January 13, 2015 19:56
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 mattfelten/d980706e3462e4c4f17c to your computer and use it in GitHub Desktop.
Save mattfelten/d980706e3462e4c4f17c to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"atomic_save": false,
"auto_complete_commit_on_tab": true,
"caret_style": "wide",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"colored_folder_glyphs": true,
"detect_indentation": false,
"disable_colored_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "Camingo Code",
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"EditorConfig",
"BracketHighlighter",
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"open_files_in_new_window": false,
"shift_tab_unindent": true,
"sidebar_folders": true,
"theme": "Spacegray Eighties.sublime-theme",
"translateTabsToSpaces": 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