Remove the quotes of True value in yaml file
[iec.git] / .yamllint.conf
diff --git a/.yamllint.conf b/.yamllint.conf
new file mode 100644 (file)
index 0000000..47b8f66
--- /dev/null
@@ -0,0 +1,7 @@
+extends: default
+
+rules:
+   line-length:
+     max: 120
+   truthy: disable
+   document-start: disable