Skip to content

Instantly share code, notes, and snippets.

@zrobit
Created May 6, 2017 22:24
Show Gist options
  • Save zrobit/eb887aba4e605e4af4e0af201369517b to your computer and use it in GitHub Desktop.
Save zrobit/eb887aba4e605e4af4e0af201369517b to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "meta.tag - punctuation.definition.tag.begin, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc",
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"default_line_ending": "unix",
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_options": "subpixel_antialias",
"font_size": 10,
"hayaku_CSS_colors_case": "lowercase",
"hayaku_CSS_prefixes_disable": true,
"hayaku_CSS_syntax_quote_symbol": "'",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".svn", ".git", "build", "dist"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment