Skip to content

Instantly share code, notes, and snippets.

@kane-c
Created July 16, 2016 01:14
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 kane-c/6ae2c026c9f91202e55595e75db5a8c1 to your computer and use it in GitHub Desktop.
Save kane-c/6ae2c026c9f91202e55595e75db5a8c1 to your computer and use it in GitHub Desktop.
Sublime Text settings
{
"color_scheme": "Packages/User/SublimeLinter/base16-ocean.dark (SL).tmTheme",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_GB.dic",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
".hg",
".idea",
".svn",
"CVS",
"node_modules"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"margin": 0,
"open_files_in_new_window": false,
"rulers":
[
79
],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment