From 571035996050e9a56c7f7221aae59054651212d0 Mon Sep 17 00:00:00 2001 From: ptrcnull Date: Mon, 25 Jul 2022 07:06:19 +0200 Subject: [PATCH] chore: add .editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0020fc0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = space +indent_size = 2