chore: Added .editorconfig

This commit is contained in:
Jasmerah1966 2024-07-03 23:17:04 +07:00
parent 58af02551a
commit 178ca3289b
No known key found for this signature in database

20
.editorconfig Normal file
View file

@ -0,0 +1,20 @@
; https://editorconfig.org/
root = true
[*]
trim_trailing_whitespace = true
indent_style = space
indent_size = 2
[{Makefile,go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4
[*.md]
indent_size = 4
trim_trailing_whitespace = false
[{*.yml,*.yaml}]
indent_style = space
indent_size = 2