Files
template-go-backend/.editorconfig
2025-11-19 01:24:35 +03:00

36 lines
563 B
INI

# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[.bumpversion.cfg]
indent_style = tab
[*.{py,rst,ini}]
indent_size = 4
indent_style = space
[*.{html,css,json,yml}]
indent_size = 2
indent_style = space
[*.md]
trim_trailing_whitespace = false
[*.txt]
trim_trailing_whitespace = false
[nginx.conf]
indent_size = 2
indent_style = space