From 0bc36eeb77cb346aaf8df8bf91138fbccb6a5167 Mon Sep 17 00:00:00 2001 From: kdx Date: Fri, 14 Jun 2024 10:08:21 +0200 Subject: [PATCH] Add EditorConfig file (#3964) --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..d6872c50c8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# https://editorconfig.org +root = true + +[*.{cpp,h}] +indent_style = space +indent_size = 4 +charset = utf-8 +spelling_language = en-US +trim_trailing_whitespace = true +insert_final_newline = true