Created
April 1, 2015 06:42
-
-
Save christophherr/f529c348b6087a291ae6 to your computer and use it in GitHub Desktop.
Sublime test preferences
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
{ | |
"auto_complete_commit_on_tab": true, | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/User/Monokai (SL).tmTheme", | |
"default_line_ending": "unix", | |
"enable_telemetry": false, | |
"ensure_newline_at_eof_on_save": true, | |
"folder_exclude_patterns": | |
[ | |
".git", | |
".sass-cache", | |
".svn", | |
"bower_components", | |
"node_modules" | |
], | |
"font_size": 16, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"ASP", | |
"Erlang", | |
"Pascal", | |
"C++", | |
"OCaml", | |
"Rails", | |
"Haskell", | |
"Lua", | |
"Objective-C", | |
"Textile", | |
"Markdown", | |
"AppleScript", | |
"Perl", | |
"TCL", | |
"D", | |
"Java", | |
"Go", | |
"Groovy", | |
"Lisp", | |
"Clojure", | |
"WordCount", | |
"SublimeLinter-contrib-scss-lint", | |
"Matlab", | |
"ActionScript", | |
"Batch File", | |
"Composer", | |
"Vintage", | |
"R", | |
"CSS", | |
"RestructuredText", | |
"Graphviz", | |
"Ruby", | |
"C#", | |
"Scala" | |
], | |
"rulers": | |
[ | |
50, | |
72, | |
80, | |
100, | |
120 | |
], | |
"show_encoding": true, | |
"show_full_path": true, | |
"show_line_endings": true, | |
"show_tab_close_buttons": false, | |
"soda_classic_tabs": false, | |
"theme": "Soda Dark 3.sublime-theme", | |
"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