Files
Lesson10-SDL3/.editorconfig
2024-03-12 20:18:00 +11:00

12 lines
185 B
INI

root = true
[*.c]
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