Skip to content

Instantly share code, notes, and snippets.

@tomasdev
Last active June 16, 2019 23:49
Show Gist options
  • Save tomasdev/9f50170fc19c91a3ae72 to your computer and use it in GitHub Desktop.
Save tomasdev/9f50170fc19c91a3ae72 to your computer and use it in GitHub Desktop.
ST3
{
"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
}
@tomasdev
Copy link
Author

Don't forget to install theme "Soda"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment