2024-05-23 20:04:35 -04:00

18 lines
319 B
JSON

{
"indent": 2,
"PrototypeCheck": true,
"NoOCCURS": true,
"NoSELECTAll": true,
"UppercaseConstants": true,
"IncorrectVariableCase": true,
"NoSQLJoins": true,
"PrettyComments": true,
"NoGlobalSubroutines": true,
"NoExternalTo": [
"QCMD",
"QP2TERM",
"QSH",
"SYSTEM",
"QCMDEXC"
]
}