From b3e6051b8ede6b231cc4464d20802110ce9539d6 Mon Sep 17 00:00:00 2001 From: embr Date: Mon, 24 Apr 2023 15:52:33 +0200 Subject: [PATCH] editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..be958c4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 4