Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Created March 10, 2013 22:51
Show Gist options
  • Select an option

  • Save GaryJones/5130868 to your computer and use it in GitHub Desktop.

Select an option

Save GaryJones/5130868 to your computer and use it in GitHub Desktop.
My Sublime Text 2 user preferences.
{
"auto_complete_commit_on_tab" : true,
"bold_folder_labels" : true,
"color_scheme" : "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme",
"default_line_ending" : "unix",
"ensure_newline_at_eof_on_save" : true,
"font_face" : "Ubuntu Mono",
"font_options" : ["subpixel_antialias"],
"font_size" : 14.0,
"highlight_line" : true,
"highlight_modified_tabs" : true,
"ignored_packages" : ["ActionScript", "AppleScript", "Batch File", "C#", "C++", "Clojure", "D", "Erlang", "Go", "Graphviz", "Groovy", "Haskell", "Java", "LaTeX", "Lisp", "Lua", "Matlab", "Objective-C", "OCaml", "Perl", "R", "Rails", "RestructuredText", "Ruby", "Scala", "TCL", "Textile", "Vintage"],
"line_padding_bottom" : 2,
"line_padding_top" : 2,
"new_window_settings" : {"show_minimap": false},
"rulers" : [80,120],
"save_on_focus_lost" : true,
"theme" : "Soda Dark.sublime-theme",
"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