Erster Entwurf

This commit is contained in:
Nis Wechselberg 2018-07-11 20:45:17 +02:00
commit b5d27b3fc9
66 changed files with 11671 additions and 0 deletions

View file

@ -0,0 +1,19 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_style = tab
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.html]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
[*.{json,yml,toml,md,babelrc,eslintrc,stylelintrc}]
indent_style = space
indent_size = 2