Add EditorConfig

This commit is contained in:
Robert Marshall 2019-08-26 08:39:52 +01:00
parent b7a947cf6e
commit b4f346d206

6
.editorconfig Normal file
View file

@ -0,0 +1,6 @@
[*]
indent_style = tab
[*.{yaml,yml}]
indent_style = space
indent_size = 2