Skip to content

Instantly share code, notes, and snippets.

@looselytyped
Last active July 20, 2016 22:45
Show Gist options
  • Save looselytyped/56b7dc33032a6c62f656 to your computer and use it in GitHub Desktop.
Save looselytyped/56b7dc33032a6c62f656 to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"auto_indent": true,
"binary_file_patterns":
[
"*.dds",
"*.eot",
"*.gif",
"*.ico",
"*.jar",
"*.jpeg",
"*.jpg",
"*.pdf",
"*.png",
"*.swf",
"*.tga",
"*.ttf",
"*.zip",
"*/min/*.css",
"*/min/*.js",
"*/min/*.map",
".DS_Store",
"/Users/raju/hack/javascript/learn-angular-2/node_modules/**",
"/Users/raju/hack/javascript/learn-angularjs-2/node_modules/**",
"/Users/raju/hack/javascript/play-with-reactive-programming/RxJS/.nuget/**",
"/Users/raju/hack/javascript/play-with-reactive-programming/RxJS/dist/**",
"/Users/raju/hack/javascript/play-with-reactive-programming/RxJS/logos/**",
"node_modules/**"
],
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"command": "paste_and_indent",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font":
[
"subpixel_antialias"
],
"font_face": "Source Code Pro Light",
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"ASP",
"C#",
"D",
"Erlang",
"FindKeyConflicts",
"Go",
"Haskell",
"LaTeX",
"Lisp",
"Lua",
"Makefile",
"Matlab",
"Objective-C",
"OCaml",
"Pascal",
"Perl",
"PHP",
"Python",
"PyV8",
"R",
"Rails",
"Scala",
"TCL",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.log"
],
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"spell_check": true,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment