Skip to content

Commit 6df13a3

Browse files
committed
Update hxformat config
1 parent 7d1319b commit 6df13a3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

hxformat.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
2+
"excludes": [
3+
"\\templates",
4+
"/templates",
5+
"\\project",
6+
"/project"
7+
],
28
"lineEnds": {
39
"leftCurly": "both",
4-
"rightCurly": "both"
10+
"rightCurly": "both",
11+
"objectLiteralCurly": {
12+
"leftCurly": "after"
13+
}
514
},
615
"sameLine": {
716
"ifBody": "same",

0 commit comments

Comments
 (0)