Update editorconfig

This commit is contained in:
Andreas Schneider 2022-02-26 20:42:14 +01:00
parent 285a70c65b
commit 248c29634c
1 changed files with 6 additions and 0 deletions

View File

@ -4,4 +4,10 @@
root = true
[*]
charset = utf-8
max_line_length = 80
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true