2021-07-03 23:05:15 +02:00
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
|
2024-08-13 02:53:04 +02:00
|
|
|
[*.{cpp,h,lua,txt,glsl,c,cmake,java,gradle}]
|
2023-08-05 17:55:27 +01:00
|
|
|
charset = utf-8
|
2021-07-03 23:05:15 +02:00
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
2024-08-13 02:53:04 +02:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
charset = utf-8
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|