Skip to content

Instantly share code, notes, and snippets.

@cherenkov
Created October 10, 2012 09:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cherenkov/3864275 to your computer and use it in GitHub Desktop.
Save cherenkov/3864275 to your computer and use it in GitHub Desktop.
sublime_config
{
"caret_style": "blink",
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"draw_minimap_border": true,
"font_size": 11.0,
"highlight_line": false,
"ignored_packages":
[
"Groovy",
"LaTeX",
"ASP",
"D",
"Scala",
"Vintage",
"AppleScript",
"OCaml",
"HtmlTidy",
"Lua",
"Haskell",
"Matlab",
"ActionScript",
"Go",
"R",
"Clojure",
"Erlang",
"BracketHighlighter"
],
"rulers":
[
80
],
"tab_size": 4,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment