rename, start to generalize blades-engine

This commit is contained in:
2022-06-07 18:08:01 +00:00
parent b21ce5aa38
commit 40a99dd12b
22 changed files with 9 additions and 9 deletions

View File

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