Skip to content

Instantly share code, notes, and snippets.

@zrobit
Last active December 18, 2015 13:59
Show Gist options
  • Select an option

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

Select an option

Save zrobit/5794380 to your computer and use it in GitHub Desktop.
My personal sublime text 2 configuration
{
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"draw_indent_guides": true,
"font_size": 10,
//hayaku plugin configuration
"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,
"ensure_newline_at_eof_on_save": true,
"indent_guide_options": ["draw_active"],
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"],
"auto_complete_commit_on_tab": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment