Skip to content

Instantly share code, notes, and snippets.

@sorenlouv
Last active December 19, 2015 15:58
Show Gist options
  • Save sorenlouv/5980228 to your computer and use it in GitHub Desktop.
Save sorenlouv/5980228 to your computer and use it in GitHub Desktop.
My Sublime Text Preferences.Tab size, trim trailing white space etc.
{
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns": [
".svn",
".git",
".hg",
"CVS",
"auditlog",
"i18n",
"node_modules"
],
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment