mirror of
https://github.com/godotengine/godot-benchmarks.git
synced 2026-01-04 06:10:04 +03:00
24 lines
337 B
INI
24 lines
337 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{csproj,sln}]
|
|
charset = utf-8-bom
|
|
end_of_line = crlf
|
|
|
|
[*.{cs,py}]
|
|
indent_style = space
|
|
|
|
[*.{csproj,yml,yaml}]
|
|
indent_size = 2
|
|
indent_style = space
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|