Skip to content

Instantly share code, notes, and snippets.

@Mulkave
Created October 5, 2015 15:13
Show Gist options
  • Save Mulkave/6f383faed56d12f51524 to your computer and use it in GitHub Desktop.
Save Mulkave/6f383faed56d12f51524 to your computer and use it in GitHub Desktop.
{
"auto_complete": true,
"caret_style": "phase",
"default_encoding": "UTF-8",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".git",
"vendor/",
".DS_Store",
"node_modules/*"
],
"font_face": "Inconsolata-g",
"font_options":
[
"subpixel_antialias"
],
"font_size": 17.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"line_padding_bottom": 11,
"line_padding_top": 11,
"rulers":
[
120
],
"scroll_past_end": true,
"spacegray_sidebar_font_large": true,
"spacegray_tabs_font_normal": true,
"spacegray_tabs_large": true,
"syntax_docset_map":
{
"ActionScript": "actionscript",
"C": "c",
"C++": "cpp",
"CSS": "css",
"Clojure": "clojure",
"CoffeeScript": "coffeescript",
"Erlang": "erlang",
"Groovy": "groovy",
"HTML": "html",
"Haskell": "haskell",
"Java": "java7",
"JavaScript": "javascript",
"Lisp": "lisp",
"Lua": "lua",
"PHP": "php",
"Perl": "perl",
"Python": "python2",
"Ruby": "ruby",
"Ruby on Rails": "rails",
"SQL": "psql",
"Scala": "scala",
"ShellScript": "manpages",
"TCL": "tcl"
},
"syntax_sensitive_as_default": true,
"todo":
{
"case_sensitive": true,
"folder_exclude_patterns":
[
"vendor",
"public"
]
},
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment