Files
ah-annotations/.editorconfig
T
volker.raschek 34b318ccb2
Markdown linter / markdown-lint (push) Successful in 47s
Markdown linter / markdown-link-checker (push) Successful in 1m14s
Initial Commit
2026-08-16 20:53:22 +02:00

12 lines
178 B
INI

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