From f5da5d0d5489481ddb18dcb6088059884efeb024 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 2 Sep 2024 15:24:22 +0200 Subject: initial commit (WIP repo scaffolding) --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1bd7da9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +indent_style = tab +end_of_line = lf +insert_final_newline = true + +[*.{md,yml}] +indent_style = space +indent_size = 2 + -- cgit v1.2.3