[dpdk-dev] [PATCH v2 12/16] editorconfig: add entry for meson files

Bruce Richardson bruce.richardson at intel.com
Tue Apr 20 12:22:28 CEST 2021


Meson style guide recommends four-space indents, like for python, so add
to editorconfig file.

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 .editorconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.editorconfig b/.editorconfig
index d705825574..5101630c8c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,6 +17,11 @@ max_line_length = 80
 indent_style = space
 indent_size = 4
 
+[meson.build]
+indent_style = space
+indent_size = 4
+tab_width = 4
+
 [*.rst]
 indent_style = space
 indent_size = 3
-- 
2.27.0



More information about the dev mailing list