From 2cc1a4e20a1cf3fe8bf907219663849d9e8d4372 Mon Sep 17 00:00:00 2001 From: hecks <42101236+hecktest@users.noreply.github.com> Date: Mon, 12 Jul 2021 18:03:15 +0200 Subject: [PATCH] Clone .editorconfig from minetest/master --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100755 index 00000000..379fba40 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +charset = utf-8 + +[*.{cpp,h,txt,cmake,fsh,vsh}] +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true