nix-zephyr-sdk/.editorconfig

11 lines
135 B
INI
Raw Normal View History

2023-09-11 17:33:19 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
[*.nix]
indent_size = 2