Initial commit
This commit is contained in:
23
.yamllint
Normal file
23
.yamllint
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
# This is my first, very own configuration file for yamllint!
|
||||
# It extends the default conf by adjusting some options.
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
comments-indentation: disable # don't bother me with this rule
|
||||
truthy:
|
||||
allowed-values: ['true', 'false', 'yes', 'no', 'on', 'off']
|
||||
comments:
|
||||
min-spaces-from-content: 1
|
||||
|
||||
braces:
|
||||
max-spaces-inside: 1
|
||||
|
||||
octal-values:
|
||||
forbid-implicit-octal: true
|
||||
forbid-explicit-octal: true
|
||||
|
||||
line-length:
|
||||
max: 120
|
||||
allow-non-breakable-words: true
|
||||
Reference in New Issue
Block a user