mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 17:34:36 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
{
|
|
"noTrailingSpaces": true,
|
|
"noEncodedPasswords": true,
|
|
"hasDoxygenHeader": true,
|
|
"noSpacesInFileNames": true,
|
|
"maxLineLength": 80,
|
|
"lowerCaseFileNames": true,
|
|
"noTabIndentation": true,
|
|
"indentationMultiple": 2,
|
|
"hasMacroNameInMend": false
|
|
} |