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
|
||||
|
|
@ -1,6 +1,3 @@
|
|||
# -*- mode: gnumakefile; tab-width: 4; indent-tabs-mode: t; -*-
|
||||
# vim: tabstop=4
|
||||
#
|
||||
# ##### BEGIN GPL LICENSE BLOCK #####
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue