Skip to content

Instantly share code, notes, and snippets.

@tlkahn
Created May 27, 2015 07:31
Show Gist options
  • Save tlkahn/ac4b935d8c9779841cba to your computer and use it in GitHub Desktop.
Save tlkahn/ac4b935d8c9779841cba to your computer and use it in GitHub Desktop.
sublime-settings
{
"color_scheme": "Packages/User/SublimeLinter/Oceanic - Eighties (SL).tmTheme",
"fade_fold_buttons": false,
"font_size": 10,
"highlight_line": true,
"ignored_packages":
[
],
"jshint_options":
{
"indent": 2
},
"line_padding_bottom": 1,
"line_padding_top": 1,
"sublimelinter": true,
"sublimelinter_mark_style": "fill",
"tab_size": 2,
"translate_tabs_to_spaces": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment