Add editorconfig
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.
This commit is contained in:
parent
f51b12d90f
commit
7e49c4d73d
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Reference in New Issue
Block a user