mirror of
https://github.com/sasjs/lint.git
synced 2025-12-11 01:44:36 +00:00
9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
{
|
|
"noTrailingSpaces": true,
|
|
"noEncodedPasswords": true,
|
|
"hasDoxygenHeader": true,
|
|
"noSpacesInFileNames": true,
|
|
"maxLineLength": 80,
|
|
"lowerCaseFileNames": true,
|
|
"noTabIndentation": true
|
|
} |