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:
Lucien Cartier-Tilet 2022-05-14 19:41:34 +02:00
parent f51b12d90f
commit 7e49c4d73d
No known key found for this signature in database
GPG Key ID: BD7789E705CB8DCA

12
.editorconfig Normal file
View 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