Created
January 31, 2018 17:09
-
-
Save paulodeleo/6e9cbf8de2431fb22c707d8b1683f814 to your computer and use it in GitHub Desktop.
My Sublime 3 user settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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