From 3d84a9acf550bd0144ec95a93736cf5f4fb13f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Joly?= Date: Sat, 4 Jun 2022 12:02:16 +0000 Subject: [PATCH] style: add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6a2c326 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*.fnl] +indent_style = space +indent_size = 2 + +[*.vim] +indent_style = space +indent_size = 4