summaryrefslogtreecommitdiff
path: root/.jsbeautifyrc
blob: bc9ebe9e5734c184a91f3bd59f91ea0c161ee559 (plain)
1
2
3
4
5
6
{
	"indent_with_tabs": true,
	"end_with_newline": true,
	"space_after_anon_function": true,
	"keep_array_indentation": true
}