Skip to content

Commit 2d978d1

Browse files
committed
.erec: Changed disabled rule from Indentation to IndentSize (found conflicting info in the docs)
1 parent 1dd5d08 commit 2d978d1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.erec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"PassedFiles": [],
1010
"Disable": {
1111
"EndOfLine": false,
12-
"Indentation": true,
12+
"Indentation": false,
13+
"IndentSize": true,
1314
"InsertFinalNewline": false,
1415
"TrimTrailingWhitespace": false
1516
}

0 commit comments

Comments
 (0)