rara/.editorconfig
toki fdc86c7ff4
Some checks are pending
ci / validate (push) Waiting to run
initial commit
2026-07-18 18:41:17 +09:00

18 lines
236 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
[*.{yaml,yml,json,proto,py,sql,md}]
indent_style = space
indent_size = 2
[*.py]
indent_size = 4