From 71ddd1d7283abf2def164bb291d363236aab4a66 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Tue, 1 Oct 2024 15:00:17 -0700 Subject: [PATCH] Add `.editorconfig` --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000000..bfe127253e2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# See: https://editorconfig.org +root = true + +[*] +charset = utf-8 + +[*.hs] +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab