diff options
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..c7a1f61 --- /dev/null +++ b/.yamllint @@ -0,0 +1,4 @@ +rules: + indentation: + level: error + indent-sequences: consistent |