1
0
mirror of https://github.com/sasjs/core.git synced 2026-04-21 07:21:31 +00:00

fix: .sasjslint file and indentation issues

This commit is contained in:
Allan Bowe
2021-04-03 18:10:41 +00:00
parent 1b70205cab
commit 030c4a4fc1
13 changed files with 110 additions and 77 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"noTrailingSpaces": true,
"noEncodedPasswords": true,
"hasDoxygenHeader": true,
"noSpacesInFileNames": true,
"maxLineLength": 120,
"lowerCaseFileNames": true,
"noTabIndentation": true,
"indentationMultiple": 2
}