mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-08 15:03:58 -07:00
57d2023972
Which includes merging pull requests, as the latest commit gets pushed to master.
19 lines
284 B
INI
19 lines
284 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 100
|
|
tab_width = 2
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.md]
|
|
max_line_length = off
|
|
trim_trailing_whitespace = false
|
|
|
|
[COMMIT_EDITMSG]
|
|
max_line_length = 0
|