Skip to content

Commit

Permalink
[Cleanup] Remove Flake8 config in .editorconfig (PaddlePaddle#64027)
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo authored and yinfan98 committed May 7, 2024
1 parent dc0ef9f commit 6f35286
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ insert_final_newline = true
[*.{c,cc,cxx,cpp,cu,cuh,h,hpp,hxx,kps}]
indent_size = 2

[*.{py,java,r}]
[*.{py,pyi,java,r,toml}]
indent_size = 4

[Dockerfile.*]
indent_size = 4

[.flake8]
indent_size = 4

[*.go]
indent_style = tab
indent_size = 4

0 comments on commit 6f35286

Please sign in to comment.