Skip to content

Instantly share code, notes, and snippets.

@fuddl
Last active January 4, 2016 12:49
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 fuddl/5049371 to your computer and use it in GitHub Desktop.
Save fuddl/5049371 to your computer and use it in GitHub Desktop.
my sublimetext2 settings
{
"detect_slow_plugins": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"smart_indent": false,
"ignored_packages":
[
"LaTeX",
"Scala",
"Vintage",
"Makefile",
"SideBarGit",
"Perl",
"Textile",
"Lua",
"Matlab",
"Erlang",
"SublimeLinter",
"Batch File",
"ASP",
"YAML",
"Python",
"File History",
"ZenCoding",
"TCL",
"User",
"Ruby",
"Groovy",
"D",
"Lisp",
"SQL",
"C++",
"Objective-C",
"R",
"Rails",
"ShellScript",
"Clojure",
"RestructuredText",
"OCaml",
"Graphviz",
"C#",
"Haskell",
"ActionScript",
"Go",
"AppleScript"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"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