Add pre-commit hook to format files

This commit is contained in:
Marko Korhonen 2022-09-16 19:21:54 +03:00
parent 018b96f03a
commit 97b3866db2
9 changed files with 1031 additions and 147 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2