From be5a41a698e8524f4e7f2e7be943a477897d1037 Mon Sep 17 00:00:00 2001 From: Pyrox Date: Tue, 20 Feb 2024 23:49:37 -0500 Subject: [PATCH] [meta] Update editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index f43c7cee..1ba338d9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,14 @@ charset = utf-8 indent_style = space indent_size = 2 +[*.nix] +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +charset = utf-8 +indent_style = space +indent_size = 2 + # Ignore diffs/patches [*.{diff,patch}] end_of_line = unset -- 2.51.2