libarc-validate/.editorconfig
RYAN e15a1f3265
All checks were successful
on-push / build-and-test (push) Successful in 13s
Add build2 project structure
2024-09-02 10:42:50 +02:00

16 lines
247 B
INI

root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
[*.md]
indent_style = space
indent_size = 4
max_line_length = off
trim_trailing_whitespace = false