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:
parent
5fce6b901c
commit
a306335079
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue