Conf: default: Use spaces: consistent for indentation

This commit is contained in:
Adrien Vergé
2016-03-06 08:22:13 +01:00
parent 9a7eec34b1
commit b13a03815a
2 changed files with 1 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ rules:
hyphens: hyphens:
max-spaces-after: 1 max-spaces-after: 1
indentation: indentation:
spaces: 2 spaces: consistent
indent-sequences: yes indent-sequences: yes
check-multi-line-strings: no check-multi-line-strings: no
key-duplicates: enable key-duplicates: enable

View File

@@ -21,7 +21,6 @@ rules:
level: warning level: warning
hyphens: disable hyphens: disable
indentation: indentation:
spaces: consistent
indent-sequences: whatever indent-sequences: whatever
check-multi-line-strings: no check-multi-line-strings: no
line-length: line-length: