diff --git a/.sasjslint b/.sasjslint index 6f6b4ae..bee0905 100644 --- a/.sasjslint +++ b/.sasjslint @@ -1,13 +1,13 @@ { - "noTrailingSpaces": true, - "noEncodedPasswords": true, - "hasDoxygenHeader": true, - "hasMacroNameInMend": true, - "hasMacroParentheses": true, - "noNestedMacros": false, - "noSpacesInFileNames": true, - "maxLineLength": 300, - "lowerCaseFileNames": true, - "noTabIndentation": true, - "indentationMultiple": 2 -} \ No newline at end of file + "noTrailingSpaces": true, + "noEncodedPasswords": true, + "hasDoxygenHeader": true, + "hasMacroNameInMend": true, + "hasMacroParentheses": true, + "noNestedMacros": false, + "noSpacesInFileNames": true, + "maxLineLength": 300, + "lowerCaseFileNames": true, + "noTabs": true, + "indentationMultiple": 2 +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 475724d..a73b813 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,7 @@ "editor.rulers": [ 80 ], - "files.trimTrailingWhitespace": true + "files.trimTrailingWhitespace": true, + "sasjs-for-vscode.target": "docsonly", + "sasjs-for-vscode.isLocal": true } \ No newline at end of file diff --git a/base/mf_existfileref.sas b/base/mf_existfileref.sas index 0423696..82ede65 100644 --- a/base/mf_existfileref.sas +++ b/base/mf_existfileref.sas @@ -30,4 +30,4 @@ 0 %end; -%mend mf_existfileref; \ No newline at end of file +%mend mf_existfileref; diff --git a/sasjs/sasjsconfig.json b/sasjs/sasjsconfig.json index 0705176..69d1fcb 100644 --- a/sasjs/sasjsconfig.json +++ b/sasjs/sasjsconfig.json @@ -85,7 +85,7 @@ { "name": "docsonly", "serverType": "SASJS", - "appLoc": "dummy", + "appLoc": "/dummy", "macroFolders": [ "meta", "metax",