mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
14 lines
178 B
INI
14 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
|