mirror of
https://github.com/sasjs/lint.git
synced 2025-12-11 01:44:36 +00:00
feat(lint): add rule for indentation multiple
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
"noSpacesInFileNames": true,
|
||||
"maxLineLength": 80,
|
||||
"lowerCaseFileNames": true,
|
||||
"noTabIndentation": true
|
||||
"noTabIndentation": true,
|
||||
"indentationMultiple": 2
|
||||
}
|
||||
Reference in New Issue
Block a user