Add project coding guidelines

This commit is contained in:
2023-11-03 18:41:51 -03:00
parent b40c4d07e8
commit 683daff911
3 changed files with 230 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# All files
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 2
# Markup files
[*.{json,yml}]
indent_style = space