Skip to content

Instantly share code, notes, and snippets.

@zrobit
Last active July 30, 2017 01:22
Show Gist options
  • Select an option

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

Select an option

Save zrobit/8b02adf1c8aa4700d41842cd98041efd to your computer and use it in GitHub Desktop.

Sublime text configuración con hayaku

{
    //Sublime personal config
    "color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
    "trim_trailing_white_space_on_save": true,
    "ensure_newline_at_eof_on_save": true,
    "auto_complete_commit_on_tab": false,
    "translate_tabs_to_spaces": true,
    "overlay_scroll_bars": "enabled",
    "highlight_modified_tabs": true,
    "default_line_ending": "unix",
    "fade_fold_buttons": false,
    "line_padding_bottom": 1,
    "highlight_line": true,
    "line_padding_top": 1,
    "font_size": 10.5,

    // Hayaku config
    "hayaku_CSS_colors_case": "lowercase",
    "hayaku_CSS_syntax_quote_symbol": "'",
    "hayaku_CSS_prefixes_disable": true,

    "ignored_packages": [
        "Vintage"
    ],
    "indent_guide_options": [
        "draw_active"
    ],
    "folder_exclude_patterns": [
        ".svn",
        ".git",
        ".hg",
        "CVS",
        "build",
        "dist",
        "node_modules"
    ],
    "font_options": [
        "subpixel_antialias"
    ],
    "rulers": [
        80
    ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment