Added editorconfig

This commit is contained in:
Dominic Grimm 2022-01-20 21:52:07 +01:00
parent b45d911382
commit 592d0aeaf0

9
docker/api/.editorconfig Normal file
View file

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