Files
netwatch/.editorconfig
clawbot a644efe9ff
All checks were successful
check / check (push) Successful in 45s
chore: root .editorconfig and hardened .gitignore (closes #15)
2026-08-10 15:47:49 +02:00

13 lines
178 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[Makefile]
indent_style = tab