mirror of
https://github.com/wassname/ray.git
synced 2026-08-05 13:21:03 +08:00
Use standard EditorConfig file for editor settings (#6861)
https://editorconfig.org/ Co-authored-by: GitHub Web Flow <noreply@github.com>
This commit is contained in:
committed by
Simon Mo
co-authored by
GitHub Web Flow
parent
c2cbb85a43
commit
10609c3a19
@@ -0,0 +1,14 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
wrap_width = 80
|
||||
|
||||
[*.{hpp,hxx,h,cpp,cxx,cc,c}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
wrap_width = 90
|
||||
Reference in New Issue
Block a user