7e49c4d73d
This ensures all text editors and IDEs share the same basic config when editing the source code of Rose. Addition of a clang-format file should also be considered.
13 lines
185 B
INI
13 lines
185 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|