Skip to content

Commit

Permalink
update editor config add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jul 8, 2021
1 parent 93e7232 commit f298da0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ indent_style = tab
[*.md]
trim_trailing_whitespace = false


[*.py]
indent_size = 4

[Makefile]
indent_style = tab
6 changes: 6 additions & 0 deletions tools/xservice/gogen/assets/project/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,9 @@ indent_style = tab

[*.md]
trim_trailing_whitespace = false

[*.py]
indent_size = 4

[Makefile]
indent_style = tab

0 comments on commit f298da0

Please sign in to comment.