commit c7d6bdff09da1960164abbf8d2267e9d0e1cd69f from: Thomas Böhler date: Thu Mar 30 09:50:53 2023 UTC add *.nix in editorconfig commit - 4781a67fab7464731c6c8168e9eb0d6e9726e708 commit + c7d6bdff09da1960164abbf8d2267e9d0e1cd69f blob - e72c8f24d9c0909e02ecbfbf6ea0e94837872158 blob + 2c7b7ef1fcb8d39151c89ea62b66b4c0614aec87 --- .editorconfig +++ .editorconfig @@ -16,3 +16,10 @@ max_line_length = 80 indent_style = tab indent_size = 2 max_line_length = 80 + +[*.nix] +charset = utf-8 +indent_style = space +indent_size = 2 +max_line_length = 80 +trim_trailing_whitespace = true