projects
/
platform
/
upstream
/
pixman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
146fa64
)
editorconfig: use tabs for Makefiles
author
Dylan Baker
<dylan@pnwbakers.com>
Thu, 29 Nov 2018 21:48:12 +0000
(13:48 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 16 Jan 2019 03:13:14 +0000
(19:13 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 5153bb0318275176837eac4b19846e9203fccbf8..b98bc65a738bc8ebaac337d20f1ecab9b2d9b504 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-6,6
+6,9
@@
root = true
[*]
tab_width = 8
+[Makefile.*]
+indent_style = tab
+
[meson.build,meson_options.txt]
indent_style = space
indent_size = 2