Skip to content

Commit

Permalink
Improve .editorconfig entries (ray-project#7344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadn authored Feb 27, 2020
1 parent ee0f71e commit 219180b
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
root = true

[*]
indent_style = space
end_of_line = lf

[*.py]
indent_style = space
[*.{bzl,bazel}]
indent_size = 4
wrap_width = 80

[*.{hpp,hxx,h,cpp,cxx,cc,c}]
indent_style = space
[*.{h,hpp,hxx,cpp,cxx,cc,c}]
indent_size = 2
wrap_width = 90

[*.html]
indent_size = 2

[*.java]
indent_size = 2

[*.proto]
indent_size = 2

[*.{py,pyx,pxd,pxi}]
indent_size = 4
wrap_width = 79

[*.sh]
indent_size = 2

0 comments on commit 219180b

Please sign in to comment.