Skip to content

Instantly share code, notes, and snippets.

@nexik
Created July 3, 2012 09:01
Show Gist options
  • Save nexik/3038632 to your computer and use it in GitHub Desktop.
Save nexik/3038632 to your computer and use it in GitHub Desktop.
Sublime Text 2 Config
{
"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