Disable indentation width rubo cop

This commit is contained in:
Markus Schirp 2013-11-20 20:20:47 +01:00
parent 88e2a3bc76
commit 35624af8c5

View file

@ -100,3 +100,7 @@ MultilineBlockChain:
ClassLength:
Max: 105
# I align private keywords with class body
IndentationWidth:
Enabled: false