mirror of
https://github.com/blender/blender
synced 2026-09-26 16:15:47 +03:00
GNUmakefile: move editor settings to .editorconfig
Remove inline vim/emacs editor configuration, add makefile to editorconfig instead.
This commit is contained in:
parent
7b0174ef81
commit
58761eb11a
2 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue