mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
20 lines
308 B
INI
20 lines
308 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.cs]
|
|
csharp_new_line_before_open_brace = all
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.json]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = false
|