🔧 Added EditorConfig

This commit is contained in:
Maxim Lebedev 2024-01-22 08:00:24 +06:00
parent eb331889bb
commit 9422f13e7c
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5

23
.editorconfig Normal file
View File

@ -0,0 +1,23 @@
; https://EditorConfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
[*.{css,js,html}]
indent_size = 2
indent_style = space
insert_final_newline = true
[*.go]
charset = utf-8
end_of_line = lf
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
[*.golden]
insert_final_newline = false
trim_trailing_whitespace = false