Created
July 3, 2012 09:01
-
-
Save nexik/3038632 to your computer and use it in GitHub Desktop.
Sublime Text 2 Config
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
| { | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| "detect_indentation": true, | |
| "detect_slow_plugins": false, | |
| "font_face": "consolas", | |
| "font_size": 10, | |
| "highlight_line": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage", | |
| "C#", | |
| "ASP", | |
| "AppleScript", | |
| "C++", | |
| "D", | |
| "SVN", | |
| "ActionScript", | |
| "Batch File", | |
| "Clojure", | |
| "Erlang", | |
| "Go", | |
| "Graphviz", | |
| "Groovy", | |
| "Haskell", | |
| "Java", | |
| "LaTeX", | |
| "Lisp", | |
| "Lua", | |
| "Makefile", | |
| "Markdown", | |
| "Matlab", | |
| "OCaml", | |
| "Perl", | |
| "Objective-C", | |
| "Python", | |
| "R", | |
| "Rails", | |
| "RestructuredText", | |
| "Ruby", | |
| "Scala", | |
| "ShellScript", | |
| "SideBar.pyc", | |
| "TCL", | |
| "Textile" | |
| ], | |
| "smart_indent": false, | |
| "tab_size": 4, | |
| "word_wrap": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment