Add missing skeleton [skip ci]

This commit is contained in:
Michael Barz
2020-09-23 15:54:33 +02:00
parent 12aa9ce400
commit aded541501
7 changed files with 39 additions and 18 deletions
+27
View File
@@ -0,0 +1,27 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 4
[*.go]
indent_style = tab
indent_size = 4
[*.starlark]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = true