From 70c30d0785d717c89712139d8bfccad3247f67e5 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 16 Jul 2024 07:57:07 +0200 Subject: [PATCH] new editorconfig options!! --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 5e38ff0..b8157b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,6 @@ [*.nix] indent_style = space indent_size = 4 +max_line_length = 79 +charset = utf-8 +trim_trailing_whitespace = true