diff options
Diffstat (limited to 'files/.config/yamllint/config')
| -rw-r--r-- | files/.config/yamllint/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/.config/yamllint/config b/files/.config/yamllint/config index 8bdfb2c..abde488 100644 --- a/files/.config/yamllint/config +++ b/files/.config/yamllint/config @@ -2,7 +2,11 @@ extends: default rules: + brackets: + level: warning + max-spaces-inside: 1 line-length: disable + comments: disable comments-indentation: disable indentation: spaces: consistent |
