2015-11-06 09:06:23 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
2019-07-18 17:35:15 +03:00
|
|
|
charset = utf-8
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
|
|
|
end_of_line = lf
|
2015-11-06 09:06:23 +03:00
|
|
|
max_line_length = 100
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[include/bgfx/c99/*.h]
|
|
|
|
indent_style = space
|
|
|
|
|
2016-05-08 00:19:56 +03:00
|
|
|
[*.ninja]
|
|
|
|
indent_style = space
|
|
|
|
|
2015-11-06 09:06:23 +03:00
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
max_line_length = 80
|
2022-09-19 07:50:57 +03:00
|
|
|
|
|
|
|
[.github/workflows/*.yml]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|