Skip to content
Snippets Groups Projects
.jsbeautifyrc 190 B
Newer Older
  • Learn to ignore specific revisions
  • brickode's avatar
    brickode committed
    {
        "eol": "\n",
        "end_with_newline": true,
        "indent_with_tabs": true,
        "wrap_line_length": 0,
        "space_around_combinator": true,
        "brace_style": "collapse,preserve-inline"
    }