Disable indentation width rubo cop
This commit is contained in:
parent
88e2a3bc76
commit
35624af8c5
1 changed files with 4 additions and 0 deletions
|
@ -100,3 +100,7 @@ MultilineBlockChain:
|
||||||
|
|
||||||
ClassLength:
|
ClassLength:
|
||||||
Max: 105
|
Max: 105
|
||||||
|
|
||||||
|
# I align private keywords with class body
|
||||||
|
IndentationWidth:
|
||||||
|
Enabled: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue