Skip to content

Instantly share code, notes, and snippets.

@calvinfo
Created December 10, 2012 19:29
Show Gist options
  • Save calvinfo/4252746 to your computer and use it in GitHub Desktop.
Save calvinfo/4252746 to your computer and use it in GitHub Desktop.
Sublime profile
{
"alignment_chars":
[
"=",
":"
],
"alignment_prefix_chars":
[
"+",
"-",
"&",
"|",
"<",
">",
"!",
"~",
"%",
"/",
"*",
"."
],
"alignment_space_chars":
[
"=",
":"
],
"auto_complete_commit_on_tab": true,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": false,
"font_face": "Anonymous Pro",
"font_size": 18.5,
"ignored_packages":
[
"Vintage"
],
"ignored_words":
[
"Nethack",
"Nethack's",
"Zork",
"gameplay",
"sharded",
"sharding"
],
"jshint_options":
{
"browser": true,
"eqeqeq": true,
"evil": true,
"expr": true,
"jquery": true,
"laxbreak": true,
"laxcomma": true,
"newcap": true,
"noarg": true,
"node": true,
"regexdash": true,
"strict": false,
"sub": true,
"trailing": true,
"wsh": true
},
"rulers":
[
80
],
"sublimelinter": "load-save",
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"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