aboutsummaryrefslogtreecommitdiff
path: root/hxformat.json
blob: 66cb3869eccafffad86566d97d290fd544edacca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"lineEnds": {
		"leftCurly": "both",
		"rightCurly": "both",
		"objectLiteralCurly": {
			"leftCurly": "after"
		}
	},
	"sameLine": {
		"ifElse": "next",
		"doWhile": "next",
		"tryBody": "next",
		"tryCatch": "next"
	}
}