NAT playground project

This commit is contained in:
2021-09-07 20:15:39 -06:00
parent 48b3051c17
commit 9b22655c5b
20 changed files with 195 additions and 2 deletions

View File

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