Skip to content

Instantly share code, notes, and snippets.

@sidharrell
Created January 25, 2015 08:23
Show Gist options
  • Save sidharrell/ac831708ae44838d5fe5 to your computer and use it in GitHub Desktop.
Save sidharrell/ac831708ae44838d5fe5 to your computer and use it in GitHub Desktop.
sublime_user_settings
{
"bold_folder_labels": true,
"caret_style": "wide",
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"ignored_packages":
[
"C#",
"Diff",
"Rails",
"Matlab",
"Graphviz",
"Haskell",
"Lua",
"AppleScript",
"R",
"Vintage",
"ASP",
"Python",
"Perl",
"Makefile",
"D",
"PHP",
"ShellScript",
"Textile",
"SQL",
"Clojure",
"OCaml",
"ActionScript",
"Objective-C",
"RestructuredText",
"Go",
"Ruby",
"TCL",
"Lisp",
"LaTeX",
"C++",
"Scala",
"Groovy",
"CSS",
"Pascal",
"Erlang"
],
"line_padding_bottom": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment