Add .editorconfig.

This commit is contained in:
Sönke Ludwig 2017-01-16 21:40:14 +01:00
parent 87cf29dcdd
commit 6e7a91bc98
No known key found for this signature in database
GPG Key ID: D95E8DB493EE314C
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*.{c,h,d,di,dd,json}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8