mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-10 17:04:36 +00:00
19 lines
583 B
Plaintext
19 lines
583 B
Plaintext
{
|
|
"lineEndings": "off",
|
|
"noTrailingSpaces": true,
|
|
"noEncodedPasswords": true,
|
|
"hasDoxygenHeader": true,
|
|
"noSpacesInFileNames": true,
|
|
"lowerCaseFileNames": true,
|
|
"maxLineLength": 80,
|
|
"maxHeaderLineLength": 80,
|
|
"maxDataLineLength": 80,
|
|
"noTabIndentation": true,
|
|
"indentationMultiple": 2,
|
|
"hasMacroNameInMend": true,
|
|
"noNestedMacros": true,
|
|
"hasMacroParentheses": true,
|
|
"strictMacroDefinition": true,
|
|
"noGremlins": true,
|
|
"defaultHeader": "/**{lineEnding} @file{lineEnding} @brief <Your brief here>{lineEnding} <h4> SAS Macros </h4>{lineEnding}**/"
|
|
} |