Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-02-10 01:20:34 +0300
committerCampbell Barton <campbell@blender.org>2022-02-10 01:20:34 +0300
commit58761eb11a681abbde1809a01ab8dde75aa8f46e (patch)
tree06ba191e9a931cb4409eccb71c373d0f94ca6521 /.editorconfig
parent7b0174ef819fbe8020c8766457a2e971b1593f8e (diff)
GNUmakefile: move editor settings to .editorconfig
Remove inline vim/emacs editor configuration, add makefile to editorconfig instead.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 691643adebe..41ec3a1dc3d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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 \ No newline at end of file