2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 04:00:27 +02:00

clean up editorconfig

This commit is contained in:
Frederik Ring 2021-03-05 19:30:25 +01:00
parent 92afcd712b
commit 1f581176e5
2 changed files with 8 additions and 6 deletions

View File

@ -1 +1,3 @@
homepage/output
homepage/cache
homepage/__pycache__

View File

@ -8,15 +8,15 @@ root = true
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html,Dockerfile.*,Dockerrun.*}]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab
indent_size = 4