Skip to content

Instantly share code, notes, and snippets.

@zamber
Created October 4, 2015 09:23
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 zamber/d4440116e37632c7914e to your computer and use it in GitHub Desktop.
Save zamber/d4440116e37632c7914e to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings.
{
"binary_file_patterns":
[
".DS_Store",
"node_modules/",
"*.png",
"*.psd",
"*.jpg",
"*.gif",
"*.min.js",
"dest/"
],
"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"font_size": 12,
"ignored_packages":
[
"JavaScript",
"CSScomb JS",
"Vintage",
"Markdown",
"Better JavaScript",
"SublimeLinter-html-tidy",
"Dracula Color Scheme"
],
"rulers":
[
72,
80,
120
],
"scroll_past_end": true,
"sidebar_row_padding_medium": true,
"sidebar_size_14": true,
"status_bar_brighter": true,
"tab_size": 2,
"tabs_medium": true,
"tabs_padding_medium": true,
"theme": "Afterglow-green.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment