feat(editorconfig): Add a .editorconfig file to the project

Modern editors read this file and use it to enforce formatting
consistency in files for a project.

See: https://editorconfig.org/

Settings were made accoring to what is written in the CONTRIBUTING.md
file.
This commit is contained in:
Ian Chesal 2023-05-10 17:02:33 -04:00
parent 59a3c4b536
commit 8ac8629bfe
1 changed files with 7 additions and 0 deletions

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
# See: https://editorconfig.org/
root = true
[*]
indent_style = space
indent_size = 4