Skip to content

Commit

Permalink
fix: remove duplicated config and fix Dockerfile pattern (#1362)
Browse files Browse the repository at this point in the history
Signed-off-by: Zhizhen He <[email protected]>

Signed-off-by: Zhizhen He <[email protected]>
  • Loading branch information
hezhizhen authored Jan 2, 2023
1 parent bb0fe7c commit b0b5d71
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ indent_style = tab
indent_size = 4

[*.{py,rst,txt,envd}]
indent_style = space
trim_trailing_whitespace = true
indent_size = 4

[*.md]
Expand All @@ -26,9 +24,5 @@ trim_trailing_whitespace = false

eclint_indent_style = unset

[Dockerfile]
[*.Dockerfile]
indent_size = 4

[*.{yml,yaml}]
indent_style = space
indent_size = 2

0 comments on commit b0b5d71

Please sign in to comment.