add editorconfig file

This commit is contained in:
Franzi 2021-04-11 07:56:55 +02:00
parent 6cde8347a7
commit cb0f3bc13c
Signed by untrusted user: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.tolm]
indent_size = 2