mirror of
https://github.com/vale981/ray
synced 2025-03-05 10:01:43 -05: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:
parent
c2cbb85a43
commit
10609c3a19
1 changed files with 14 additions and 0 deletions
14
.editorconfig
Normal file
14
.editorconfig
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue