geck-go/.editorconfig

20 lines
285 B
INI
Raw Normal View History

2024-08-29 10:36:33 +00:00
root = true
[*]
indent_style = tab
indent_size = 4
end-of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{conf,hcl,json,md,xml,yml}]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.sql]
indent_style = space