Create abaplint-app.json (#849)

This commit is contained in:
oblomov 2024-02-03 09:59:08 +01:00 committed by GitHub
parent a11d447aeb
commit 5343f1b4d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
src/abaplint-app.json Normal file
View File

@ -0,0 +1,11 @@
{
"configurations": {
"default": {
"filename": "./abaplint.json"
},
"steampunk": {
"filename": "./abaplint-steampunk.json",
"annotations": false
}
}
}