1
0
mirror of https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git synced 2025-02-23 00:54:53 +01:00
pvv-nixos-config/.editorconfig
Peder Bergebakken Sundt 64b5bb548b editorconfig: init
2024-08-04 04:35:25 +02:00

11 lines
140 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.nix]
indent_style = space
indent_size = 2