Introduce EditorConfig (#681)

* Introduce EditorConfig

* Fix EC

* Reduce .editorconfig
This commit is contained in:
Viktor Szépe
2023-11-06 15:47:59 +01:00
committed by GitHub
parent 2f53e02791
commit a15207e6cd

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.pm,bin/*}]
indent_size = 3
[*.go]
indent_style = tab