From ed5ef22b7aca5125d8bd4a0054177f74819abd4e Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 7 Mar 2020 17:15:42 +0000 Subject: [PATCH] Add .nix style configuration to .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f7ea641..b1fd7c5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,6 @@ trim_trailing_whitespace = true max_line_length = 120 indent_style = tab -[*.xml] +[*.{nix,xml}] indent_style = space indent_size = 2