nixos/.editorconfig

14 lines
294 B
INI
Raw Normal View History

2023-04-07 22:38:26 +02:00
root = true
# Unix-style newlines with a newline ending every file, utf-8 charset
[*]
2024-07-02 22:29:38 +02:00
charset = utf-8
2023-04-07 22:38:26 +02:00
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Match nix files, set indent to spaces with width of two
2024-07-02 22:29:38 +02:00
[*.{nix,json,md}]
2023-04-16 16:56:59 +02:00
indent_style = space
indent_size = 2