Created
October 30, 2014 08:27
-
-
Save Mulkave/73c54a5a6eefdec7d05f 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
{ | |
"auto_complete": true, | |
"caret_style": "phase", | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
"vendor/*", | |
"node_modules/*", | |
"!vendor/*.coffee", | |
"!vendor/*.js" | |
], | |
"font_face": "Andale Mono", | |
"font_options": | |
[ | |
"subpixel_antialias" | |
], | |
"font_size": 14.0, | |
"highlight_line": false, | |
"ignored_packages": | |
[ | |
], | |
"line_padding_bottom": 8, | |
"line_padding_top": 8, | |
"rulers": | |
[ | |
100 | |
], | |
"scroll_past_end": true, | |
"soda_classic_tabs": true, | |
"syntax_docset_map": | |
{ | |
"ActionScript": "actionscript", | |
"C": "c", | |
"C++": "cpp", | |
"CSS": "css", | |
"Clojure": "clojure", | |
"CoffeeScript": "coffeescript", | |
"Erlang": "erlang", | |
"Groovy": "groovy", | |
"HTML": "html", | |
"Haskell": "haskell", | |
"Java": "java7", | |
"JavaScript": "javascript", | |
"Lisp": "lisp", | |
"Lua": "lua", | |
"PHP": "php", | |
"Perl": "perl", | |
"Python": "python2", | |
"Ruby": "ruby", | |
"Ruby on Rails": "rails", | |
"SQL": "psql", | |
"Scala": "scala", | |
"ShellScript": "manpages", | |
"TCL": "tcl" | |
}, | |
"syntax_sensitive_as_default": true, | |
"todo": | |
{ | |
"case_sensitive": true, | |
"folder_exclude_patterns": | |
[ | |
"vendor", | |
"public" | |
] | |
}, | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"vintage_start_in_command_mode": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment