INIT COMMIT

This commit is contained in:
Cameron Taylor
2020-10-02 23:50:15 -07:00
commit 303c9d14aa
21 changed files with 338 additions and 0 deletions

15
hxformat.json Normal file
View File

@ -0,0 +1,15 @@
{
"lineEnds": {
"leftCurly": "both",
"rightCurly": "both",
"objectLiteralCurly": {
"leftCurly": "after"
}
},
"sameLine": {
"ifElse": "next",
"doWhile": "next",
"tryBody": "next",
"tryCatch": "next"
}
}