editorconfig: Add Makefile rule

Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
Hubertbits 2025-04-12 00:14:03 +02:00 committed by yxxhero
parent a864f788ab
commit a829524fc3
1 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,7 @@ root = true
[*.md] [*.md]
insert_final_newline = true insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 4