0
0
mirror of https://github.com/mueller-ma/PrepaidBalance.git synced 2024-09-19 16:02:14 +02:00

Add .editorconfig

This commit is contained in:
mueller-ma 2022-11-17 08:31:37 +01:00
parent 04efe502d6
commit f4075da606

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = crlf
indent_size = 4
indent_style = space
insert_final_newline = false
max_line_length = 160
tab_width = 4