summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint15
1 files changed, 15 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint
new file mode 100644
index 0000000..3df54a1
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,15 @@
+---
+extends: default
+
+rules:
+ line-length:
+ max: 120
+ level: warning
+ comments:
+ min-spaces-from-content: 1
+ comments-indentation: false
+ braces:
+ max-spaces-inside: 1
+ octal-values:
+ forbid-implicit-octal: true
+ forbid-explicit-octal: true