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