From 53121eb895a862bbaf4ce8f983d718b6f32bcb42 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 12 Feb 2023 14:22:21 +0200 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 0000000..42b1878 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +# Future: https://github.com/editorconfig/editorconfig/issues/89 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true +charset = utf-8 +# This project uses Jekyll which has YAML frontend matter everywhere and +# YAML requires spaces instead of tabs. +indent_style = space +indent_size = 2