projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea1e0ac
)
editorconfig: Fix meson style
author
Dylan Baker
<dylan@pnwbakers.com>
Thu, 23 May 2019 17:21:05 +0000
(10:21 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Fri, 24 May 2019 18:44:18 +0000
(18:44 +0000)
The syntax was wrong, resulting in it not working at all.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index c2b772da6c11ffcf54c70fb66a2518efdc768936..db1f4a95d7f5a8fa0a018ef72a4a48920e852304 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-35,6
+35,6
@@
indent_size = 2
[*.patch]
trim_trailing_whitespace = false
-[
meson.build,meson_options.txt
]
+[
{meson.build,meson_options.txt}
]
indent_style = space
indent_size = 2