diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 07993e25b9..0d54d6cb33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ max_line_length = 100 [*.py] indent_size = 4 -[{Makefile,**/Makefile,runtime/doc/*.txt}] +[{Makefile,**/Makefile,*.mk,runtime/doc/*.txt}] indent_style = tab indent_size = 8 |