0.1.37-DEV-20210505-014250
-------------------------- * FIX: - disable new-line-at-end-of-file and comments-indentation
This commit is contained in:
parent
6953184906
commit
2779564946
@ -1,9 +1,12 @@
|
||||
---
|
||||
rules:
|
||||
colons:
|
||||
max-spaces-before: -1
|
||||
max-spaces-after : -1
|
||||
max-spaces-before : -1
|
||||
max-spaces-after : -1
|
||||
|
||||
truthy:
|
||||
allowed-values : ['true','false','True','False','yes','no']
|
||||
check-keys : false
|
||||
|
||||
new-line-at-end-of-file : disable
|
||||
comments-indentation : disable
|
||||
|
Loading…
x
Reference in New Issue
Block a user