1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

editorconfig: add Nix formatting

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-06-13 10:23:38 +02:00
parent 5fce6b901c
commit a306335079

View file

@ -20,3 +20,9 @@ trim_trailing_whitespace=true
charset = utf-8
indent_style = tab
indent_size = 8
[*.nix]
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace=true