Files
vaultik/.editorconfig
sneak a8a424d75f
All checks were successful
check / check (pull_request) Successful in 7s
Add .editorconfig (refs #59)
2026-07-27 02:03:44 +07: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