mirror of
https://github.com/vale981/ray
synced 2025-03-04 09:31:43 -05:00
28 lines
307 B
INI
28 lines
307 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
end_of_line = lf
|
|
|
|
[*.{bzl,bazel}]
|
|
indent_size = 4
|
|
|
|
[*.{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
|