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

chore: adding macro related lint settings and sasjs as a recommended extension

This commit is contained in:
Allan Bowe
2021-04-08 15:59:08 +00:00
parent af4dbb5632
commit 1d6f04fd56
3 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
"noTrailingSpaces": true,
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"hasMacroNameInMend": false,
"hasMacroParentheses": true,
"noNestedMacros": false,
"noSpacesInFileNames": true,
"maxLineLength": 135,
"lowerCaseFileNames": true,