projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
148604f
)
editorconfig: Add meson configuration
author
Dylan Baker
<dylan@pnwbakers.com>
Sat, 30 Sep 2017 15:47:24 +0000
(08:47 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Mon, 9 Oct 2017 20:40:50 +0000
(13:40 -0700)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
.editorconfig
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 6eb0702a25a0cb9afdabe7cb3c12853646f5ff3a..06848f68c08bc7659a3d0cae7a72a9a4bfe23971 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-33,3
+33,7
@@
indent_size = 2
[*.patch]
trim_trailing_whitespace = false
+
+[meson.build,meson_options.txt]
+indent_style = space
+indent_size = 2