Enhancement: Add .editorconfig

main
Andreas Möller 5 years ago
parent 003b62cee5
commit db4ec12a24
No known key found for this signature in database
GPG Key ID: 9FB20A0BAF60E11F

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2
Loading…
Cancel
Save