mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-21 23:06:50 +03:00
167a1075fa
Soon to be added: wiki page about expected code style for Barrier. Also, docs when that's ready. Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
10 lines
147 B
INI
10 lines
147 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|