GNUmakefile: move editor settings to .editorconfig

Remove inline vim/emacs editor configuration,
add makefile to editorconfig instead.
This commit is contained in:
Campbell Barton
2022-02-10 09:20:34 +11:00
parent 7b0174ef81
commit 58761eb11a
2 changed files with 9 additions and 3 deletions

View File

@@ -42,3 +42,12 @@ insert_final_newline = true
indent_style = space
indent_size = 3
max_line_length = 120
# Makefile
[{Makefile,GNUmakefile}]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
max_line_length = 120