1
0
mirror of https://github.com/sasjs/core.git synced 2025-12-10 14:04:36 +00:00

fix: adding mend to every macro statement using sasjs lint fix

This commit is contained in:
Allan Bowe
2021-06-21 17:25:01 +03:00
parent 32a6d15c2e
commit d7371a4505
123 changed files with 245 additions and 337 deletions

View File

@@ -2,7 +2,7 @@
"noTrailingSpaces": true,
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"hasMacroNameInMend": false,
"hasMacroNameInMend": true,
"hasMacroParentheses": true,
"noNestedMacros": false,
"noSpacesInFileNames": true,