Skip to content

Instantly share code, notes, and snippets.

@bettysteger
Last active October 18, 2016 13:24
Show Gist options
  • Save bettysteger/7561308 to your computer and use it in GitHub Desktop.
Save bettysteger/7561308 to your computer and use it in GitHub Desktop.
my personal sublime settings (for sass, rails, bundle, ...)
{
"auto_indent": true,
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"draw_indent_guides": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".scssc"
],
"folder_exclude_patterns":
[
".svn",
".hg",
"CVS",
"bin",
"build",
".bundle",
"vendor/cache",
"tmp",
"coverage",
".sass-cache",
"log",
"node_modules",
".tmp",
".gradle",
".git",
"bower_components",
"_site",
"dist"
],
"font_size": 14,
"ignored_packages":
[
"TypeScript",
"Vintage"
],
"mid_line_tabs": false,
"reveal-on-activate": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"typescript_plugin_tsc_version": "1.7.3",
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment