test project for dragtoselect

This commit is contained in:
2023-12-23 18:12:31 -07:00
parent a3b7ef74ce
commit 1116891027
33 changed files with 285 additions and 1 deletions

View File

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