[ascii] flixel backend example

This commit is contained in:
2021-04-24 21:27:37 -06:00
parent 821c1188c0
commit dcb7d9f227
19 changed files with 228 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"
}
}