Skip to content

Instantly share code, notes, and snippets.

@paulodeleo
Created January 31, 2018 17:09
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 paulodeleo/6e9cbf8de2431fb22c707d8b1683f814 to your computer and use it in GitHub Desktop.
Save paulodeleo/6e9cbf8de2431fb22c707d8b1683f814 to your computer and use it in GitHub Desktop.
My Sublime 3 user settings
{
"atomic_save": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"enable_tab_scrolling": false,
"font_size": 13,
"ignored_packages":
[
"Color Highlighter",
"Pretty JSON",
"Sass",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"rulers":
[
80
],
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment