Skip to content

Instantly share code, notes, and snippets.

@cknoxrun
Created August 29, 2017 23:15
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 cknoxrun/ac540707b1fabf804abd5ce0a8250940 to your computer and use it in GitHub Desktop.
Save cknoxrun/ac540707b1fabf804abd5ce0a8250940 to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"create_window_at_startup": false,
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"font_size": 17,
"highlight_line": false,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"index_files": true,
"rulers":
[
80
],
"smart_indent": true,
"tab_size": 2,
"tabs_small": true,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment