From dee3101d48b07c1294bd8919a78d68dbc80a5f22 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Tue, 21 Sep 2021 20:45:21 -0300 Subject: [PATCH] add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..525f408c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true + +[*.nix] +ident_style = space +ident_size = 2