Skip to content

Instantly share code, notes, and snippets.

@websiddu
Last active December 20, 2015 23:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save websiddu/2c7150bad44ad2b7ab27 to your computer and use it in GitHub Desktop.
Save websiddu/2c7150bad44ad2b7ab27 to your computer and use it in GitHub Desktop.
sublime text 2 user preferences
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.scssc",
"*.gem"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
".bundle",
".tmp",
"tmp",
"node_modules"
],
"font_face": "Monaco",
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
],
"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