Music Jar project skeleton

This commit is contained in:
2021-02-04 08:41:07 -07:00
parent 86b5cd9428
commit 91b89bd719
15 changed files with 183 additions and 6 deletions

View File

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