diff options
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 3fbca8424f..d6889cbf9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,6 +16,10 @@ indent_size = 4 indent_style = tab indent_size = 2 +[Makefile] +indent_style = tab +indent_size = 8 + [*.{less,yml}] indent_style = space indent_size = 2 |