Add editorconfig file

This commit is contained in:
Luc Perkins 2022-07-12 02:01:42 +02:00
parent 72e8fcfeeb
commit f78b309648
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2
2 changed files with 18 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# https://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.lock]
insert_final_newline = false