Skip to content

Commit

Permalink
fix: replace useless .editorconfig (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuchen Cheng <rudeigerc@gmail.com>
  • Loading branch information
rudeigerc authored Jun 18, 2022
1 parent 1c23cea commit 6e1cf05
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
34 changes: 34 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
end_of_line = lf

[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 4

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

[*.md]
indent_size = 4
trim_trailing_whitespace = false

eclint_indent_style = unset

[Dockerfile]
indent_size = 4

[*.{yml,yaml}]
indent_style = space
indent_size = 2
12 changes: 0 additions & 12 deletions pkg/util/.editorconfig

This file was deleted.

0 comments on commit 6e1cf05

Please sign in to comment.