diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 9ec5b29..241e9a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,6 @@ indent_size = 2 [*.{md,markdown,mdx}] max_line_length = 80 + +[{Makefile,*.mk}] +indent_style = tab |
