created .editorconfig

This commit is contained in:
htrgouvea 2023-05-29 07:51:24 -03:00
parent 74c2fe430a
commit 844108051b
1 changed files with 6 additions and 0 deletions

6
.editorconfig Executable file
View File

@ -0,0 +1,6 @@
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true