mirror of
https://github.com/ScrelliCopter/Lesson10-SDL3.git
synced 2025-02-21 07:19:26 +11:00
12 lines
185 B
INI
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
|