Add editorconfig

pull/41/head
Andre Richter 5 years ago
parent 7510058e3e
commit d904486573
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -0,0 +1,35 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
[Dockerfile]
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 8
[*.rb]
indent_size = 4
[*.rs]
indent_size = 4
[*.S]
indent_size = 4
[*.sh]
indent_size = 4
[*.toml]
indent_size = 4
[*.{yml,yaml}]
indent_size = 2
Loading…
Cancel
Save