mirror of
https://github.com/offen/website.git
synced 2024-11-21 16:50:27 +01:00
clean up editorconfig
This commit is contained in:
parent
92afcd712b
commit
1f581176e5
@ -1 +1,3 @@
|
|||||||
homepage/output
|
homepage/output
|
||||||
|
homepage/cache
|
||||||
|
homepage/__pycache__
|
||||||
|
@ -8,15 +8,15 @@ root = true
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
indent_style = tab
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[{*.js,*.yml,*.md,Gopkg.toml,package.json,*.html,Dockerfile.*,Dockerrun.*}]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 2
|
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_style = space
|
indent_size = 4
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user