Skip to content

Instantly share code, notes, and snippets.

@katpadi
Created October 26, 2016 10:20
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 katpadi/6cb1dc62211c6c4381116ee3e8c0d7f1 to your computer and use it in GitHub Desktop.
Save katpadi/6cb1dc62211c6c4381116ee3e8c0d7f1 to your computer and use it in GitHub Desktop.
ST3_SetUp
{
"auto_complete_commit_on_tab": true,
"caret_style": "solid",
"color_scheme": "Packages/User/RailsCastsColorScheme (SL).tmTheme",
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.beam",
".DS_Store",
".tags"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache"
],
"font_options":
[
"no_round"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"scroll_past_end": false,
"tab_size": 2,
"theme": "Soda Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~@#$%^&*|+=[]{}`~",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment