From 87f0bf734482ebd59a1a0db38ce2ca255e02da14 Mon Sep 17 00:00:00 2001 From: Victor Toso Date: Thu, 1 Apr 2021 22:33:37 +0200 Subject: Add editorconfig --- .editorconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e8b33e2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +root = true + +[*] +charset = utf-8 +end_of_line = LF + +[*.[ch]] +indent_style = space +indent_size = 2 + +[*.lua] +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab -- cgit v1.2.1