Revision d6bbefb0b68e6322711b518eac7f9ab4c1cc7b1e authored by Thomas Müller on 08 July 2025, 11:21:56 UTC, committed by Thomas Müller on 08 July 2025, 11:21:56 UTC
1 parent 1edc77e
.editorconfig
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 140
[*.md]
trim_trailing_whitespace = false
[*.{clangd,nix,yml}]
indent_style = space
indent_size = 2

Computing file changes ...