From e647356210b23224e5bcc8893cfbcb031bad3ed4 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Sat, 18 Apr 2020 17:39:03 +0200 Subject: style: add editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..bb6a1423e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +tab_width = 8 +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[{Makefile,**/Makefile,runtime/doc/*.txt}] +indent_style = tab +indent_size = 8 -- cgit v1.2.3-70-g09d2