2017-12-21 18:18:20 +00:00
|
|
|
root = true
|
2019-03-18 19:47:07 +00:00
|
|
|
# Don't set line endings to avoid conflict with core.autocrlf flag.
|
|
|
|
# Line endings on checkout/checkin are controlled by .gitattributes file.
|
|
|
|
[*]
|
2017-12-21 18:18:20 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
|
|
|
insert_final_newline = true
|
2023-02-28 03:56:18 +00:00
|
|
|
trim_trailing_whitespace = true
|