Files
Vulkan_Udemy/.editorconfig

14 lines
230 B
INI
Raw Normal View History

2025-03-30 23:13:12 +09:00
root = true
[*.{cpp,h,hpp,c}]
indent_style = space
indent_size = 2
insert_final_newline = true
tab_width = 2
charset = utf-8
trim_trailing_whitespace = true
[*.{vert,frag,glsl}]
indent_style = space
indent_size = 4
tab_width = 4