Skip to content

Instantly share code, notes, and snippets.

@RadValentin
Last active August 29, 2015 14:05
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 RadValentin/e3d1eae788084b1870f5 to your computer and use it in GitHub Desktop.
Save RadValentin/e3d1eae788084b1870f5 to your computer and use it in GitHub Desktop.
Common Sense Sublime Text Settings
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment