kiss new-flixel-project

This commit is contained in:
2022-03-28 16:39:28 -06:00
parent 7457ee6921
commit 245da224b0
14 changed files with 183 additions and 0 deletions

View File

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