I'm back! Add .editorconfig

This commit is contained in:
slawkens 2020-01-13 19:49:32 +01:00
parent 0711d555e1
commit 2cfd0242bd

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# with a newline ending every file
[*]
indent_style = tab
indent_size = 4
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false