mirror of
https://github.com/ScrelliCopter/NeHe-SDL_GPU.git
synced 2025-06-19 21:49:17 +10:00
22 lines
414 B
INI
22 lines
414 B
INI
root = true
|
|
|
|
[*.{c,h,py,rs,swift,metal,glsl,hlsl}]
|
|
charset = utf-8
|
|
max_line_length = 120
|
|
indent_style = tab
|
|
indent_size = tab
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[{CMakeLists.txt,Cargo.toml}]
|
|
charset = utf-8
|
|
max_line_length = 120
|
|
indent_style = tab
|
|
indent_size = tab
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|