Skip to content

Instantly share code, notes, and snippets.

@flubstep
Created March 24, 2017 07:33
Show Gist options
  • Save flubstep/0ac78fd05ed927886584621472d95150 to your computer and use it in GitHub Desktop.
Save flubstep/0ac78fd05ed927886584621472d95150 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "__pycache__"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment