mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
{
|
|
"noTrailingSpaces": true,
|
|
"noEncodedPasswords": true,
|
|
"hasDoxygenHeader": true,
|
|
"hasMacroNameInMend": true,
|
|
"hasMacroParentheses": true,
|
|
"lineEndings": "lf",
|
|
"noGremlins": true,
|
|
"noNestedMacros": false,
|
|
"noSpacesInFileNames": true,
|
|
"maxLineLength": 300,
|
|
"lowerCaseFileNames": true,
|
|
"noTabs": true,
|
|
"indentationMultiple": 2
|
|
}
|