Add an .editorconfig

This automatically sets up the formatting settings in a number of
editors, regardless of the user's preferences.
This commit is contained in:
Jakub Kądziołka
2021-04-16 15:09:33 +02:00
committed by Eldred Habert
parent 5c852c7651
commit 08bdbd1949

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
[*]
root = true
indent_style = tab
indent_size = tab
tab_width = 8
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf