Add editorconfig file

This commit is contained in:
Luc Perkins 2024-04-20 21:39:28 -03:00
parent e9cdfca6d8
commit adfe9f3c0f
No known key found for this signature in database
GPG key ID: 16DB1108FB591835
2 changed files with 13 additions and 1 deletions

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
# 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

View file

@ -1 +1,2 @@
pnpm-lock.yaml pnpm-lock.yaml