diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig index b08a27f2a2..bb6a1423ef 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,10 +3,11 @@ root = true [*] indent_style = space indent_size = 2 +tab_width = 8 end_of_line = lf insert_final_newline = true -charset = utf_8 +charset = utf-8 -[Makefile] +[{Makefile,**/Makefile,runtime/doc/*.txt}] indent_style = tab -tab_width = 4 +indent_size = 8 |