Created
September 12, 2016 10:48
-
-
Save danielsamuels/86ff2e95f453b5051e439629bdf6f811 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"caret_style": "phase", | |
"color_scheme": "Packages/User/Blackboard (SL).tmTheme", | |
"detect_indentation": true, | |
"detect_slow_plugins": true, | |
"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", | |
"*.scssc", | |
"*.db" | |
], | |
"folder_exclude_patterns": | |
[ | |
".idea" | |
], | |
"font_face": "Inconsolata", | |
"font_size": 16.0, | |
"highlight_line": true, | |
"ignored_packages": | |
[ | |
"2pdf", | |
"ActionScript", | |
"AppleScript", | |
"ASP", | |
"AutoPEP8", | |
"Batch File", | |
"C#", | |
"Clojure", | |
"Compass 0.13.alpha.4", | |
"Compass 1.0.1", | |
"D", | |
"Erlang", | |
"Go", | |
"Graphviz", | |
"Groovy", | |
"Gutter Color", | |
"Haskell", | |
"Java", | |
"Jedi - Python autocompletion", | |
"LaTeX", | |
"Lisp", | |
"Markdown", | |
"Matlab", | |
"Objective-C", | |
"OCaml", | |
"Pascal", | |
"Perl", | |
"Python", | |
"Python Imports Sorter", | |
"R", | |
"Scala", | |
"SublimeOnSaveBuild", | |
"TCL", | |
"Textile", | |
"Vintage" | |
], | |
"index_files": false, | |
"save_on_focus_lost": true, | |
"scroll_past_end": true, | |
"show_encoding": true, | |
"tab_size": 2, | |
"translate_tabs_to_spaces": true, | |
"tree_animation_enabled": false, | |
"trim_trailing_white_space_on_save": true, | |
"word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?-" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment