nix-zephyr-sdk/.editorconfig
Sebastian Wendel 92a1367216
All checks were successful
build / check (push) Successful in 27s
build / build (push) Successful in 2m10s
first commit
2023-09-11 17:33:19 +02:00

11 lines
135 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.nix]
indent_size = 2