go-help/.editorconfig
Snider 628eb15851
All checks were successful
Security Scan / security (push) Successful in 12s
Test / test (push) Successful in 58s
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-23 06:45:37 +00:00

12 lines
193 B
INI

root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{md,yml,yaml,json,txt}]
indent_style = space
indent_size = 2