1
0

add editorconfig

This commit is contained in:
2024-05-07 15:12:14 +02:00
parent f9790ab05c
commit 07024cef33

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true