Last active
June 16, 2019 23:49
-
-
Save tomasdev/9f50170fc19c91a3ae72 to your computer and use it in GitHub Desktop.
ST3
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
{ | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
"font_size": 12.0, | |
"highlight_line": true, | |
"enable_tab_scrolling": false, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"rulers": | |
[ | |
80, | |
120 | |
], | |
"tab_size": 4, | |
"theme": "Soda Dark.sublime-theme", | |
"todo": | |
{ | |
"case_sensitive": true, | |
"folder_exclude_patterns": | |
[ | |
"laravel", | |
"bundles" | |
], | |
"patterns": | |
{ | |
"NTH": "NTH[\\s]*?:+(?P<nth>.*)$" | |
}, | |
"result_title": "TODO Results" | |
}, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"word_wrap": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't forget to install theme "Soda"