From 819da32ebb2929376f34c220d326f8c2a183b5b0 Mon Sep 17 00:00:00 2001 From: Dylan Bridgman Date: Tue, 7 Oct 2025 18:17:47 +0200 Subject: [PATCH] Add `.editorconfig` (#946) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..625c576e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf +charset = utf-8