Skip to content

Instantly share code, notes, and snippets.

@softbeehive
Last active April 8, 2020 13:39
Show Gist options
  • Save softbeehive/5eb47c324c280987540bf64cae36c9c1 to your computer and use it in GitHub Desktop.
Save softbeehive/5eb47c324c280987540bf64cae36c9c1 to your computer and use it in GitHub Desktop.
Sublime 3 settings
{
"color_scheme": "Packages/Agila Theme/Agila Cobalt.tmTheme",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".git",
"tmp",
"log",
"public/assets",
"node_modules"
],
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment