Skip to content

Instantly share code, notes, and snippets.

@danielsamuels
Created May 12, 2014 21:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielsamuels/53ebcb34d4e9a7b4742f to your computer and use it in GitHub Desktop.
Save danielsamuels/53ebcb34d4e9a7b4742f to your computer and use it in GitHub Desktop.
{
"color_scheme": "Packages/User/Blackboard (SL).tmTheme",
"detect_indentation": false,
"detect_slow_plugins": 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",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"font_face": "Inconsolata",
"font_size": 14.0,
"highlight_line": true,
"ignored_packages":
[
"Clojure",
"LaTeX",
"Lisp",
"Haskell",
"Java",
"C#",
"2pdf",
"SublimeLinter",
"Batch File",
"Matlab",
"Pascal",
"TCL",
"Perl",
"Go",
"Objective-C",
"Erlang",
"ASP",
"C++",
"Vintage",
"Graphviz",
"BracketHighlighter",
"Textile",
"R",
"RestructuredText",
"AppleScript",
"SublimeCodeIntel",
"OCaml",
"Scala",
"ActionScript",
"D",
"Groovy"
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_encoding": true,
"tab_size": 4,
"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