From ea31f142cf76fa80b8c3d12e6a97245af2c7d23d Mon Sep 17 00:00:00 2001 From: Ivan Chikish Date: Sat, 8 Jul 2023 21:38:26 +0300 Subject: [PATCH] Add .editorconfig --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..c0d052e94 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*.{h,cpp,hpp}] +charset = utf-8 +indent_style = spaces +indent_size = 2 +trim_trailing_whitespace = true