mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 01:09:13 +08:00
10609c3a19
https://editorconfig.org/ Co-authored-by: GitHub Web Flow <noreply@github.com>
15 lines
178 B
INI
15 lines
178 B
INI
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
|