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

Use spaces for indention of .conf files

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel 2024-02-29 21:36:38 +01:00
parent bc670254e2
commit 1b1643834c
121 changed files with 2972 additions and 2972 deletions

View file

@ -23,9 +23,9 @@ indent_style = space
indent_size = 4
[*.conf]
indent_style = tab
indent_size = 8
indent_style = space
indent_size = 4
[*.nix]
[*.{nix,json}]
indent_style = space
indent_size = 2