Skip to content

Instantly share code, notes, and snippets.

@zrobit
Last active December 15, 2015 17:39
Show Gist options
  • Select an option

  • Save zrobit/5297901 to your computer and use it in GitHub Desktop.

Select an option

Save zrobit/5297901 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 10,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_prefixes_disable": true,
"hayaku_CSS_syntax_quote_symbol": "'",
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
80
],
"scroll_speed": 3.0,
"tab_size": 4,
"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