From 1cd79224543b8a4b20189e9f926affc805f924ee Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Sun, 4 Dec 2022 22:20:15 +0100 Subject: [PATCH] Editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8e279fc --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# This file is for unifying the coding style for different editors and IDEs +# See editorconfig.org + +root = true + +[*] +indent_style = tab +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true