diff --git a/src/abaplint-app.json b/src/abaplint-app.json new file mode 100644 index 00000000..b6a4313b --- /dev/null +++ b/src/abaplint-app.json @@ -0,0 +1,11 @@ +{ + "configurations": { + "default": { + "filename": "./abaplint.json" + }, + "steampunk": { + "filename": "./abaplint-steampunk.json", + "annotations": false + } + } +}