Files
NeHe-SDL_GPU/.editorconfig
2025-06-14 21:59:45 +10:00

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