From 48cb5b7d1683ddf3014159075856ef59d23244a7 Mon Sep 17 00:00:00 2001 From: Thanabodee Charoenpiriyakij Date: Thu, 10 Dec 2020 17:46:03 +0700 Subject: editorconfig: set tab_width to 2 for lua files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index bb6a1423..d1b62dc6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,9 @@ end_of_line = lf insert_final_newline = true charset = utf-8 +[*.lua] +tab_width = 2 + [{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab indent_size = 8 -- cgit v1.2.3