From eb85b35c6e5a59bf2e7d0fba222d6e47bae730a3 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Mon, 1 Jun 2020 01:16:28 +0200 Subject: Add editorconfig file See https://editorconfig.org/ --- .editorconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5213b6b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +trim_trailing_whitespace = true +insert_final_newline = true + +[*.{c,h,m,cpp,hpp,mm,glsl,frag,vert}] +indent_style = tab + +[wscript] +indent_style = space +indent_size = 4 + +[doc/**.{html,xml,css}] +indent_style = space +indent_size = 2 -- cgit v1.2.1