add editorconfig

This commit is contained in:
Alex Bates 2020-08-15 17:25:32 +01:00
parent c897d5caa3
commit f64f74782b

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yaml]
indent_size = 2