projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c700d3
)
editorconfig: add rule for meson.build files (#6671)
author
Felipe Sateler
<fsateler@users.noreply.github.com>
Mon, 28 Aug 2017 14:37:23 +0000
(11:37 -0300)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 28 Aug 2017 14:37:23 +0000
(16:37 +0200)
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index e98007c4e89d1ffcbea378903bd4df7519b023dc..67d848b68d1a96849e36d5ce40aea31a9f1b795e 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-18,3
+18,7
@@
charset = utf-8
[*.{c,h}]
indent_style = space
indent_size = 8
+
+[meson.build]
+indent_style = space
+indent_size = 8