1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-28 16:06:40 +01:00

Edtiroconfig

This commit is contained in:
Amir Raminfar
2018-11-17 11:02:35 -08:00
parent 9d7fd4eaf0
commit d18d3f800b

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.sh]
indent_size = 2
[Makefile]
indent_style = tab