[v2,12/16] editorconfig: add entry for meson files

Message ID 20210420102232.314452-13-bruce.richardson@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series Build file updates |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Bruce Richardson April 20, 2021, 10:22 a.m. UTC
  Meson style guide recommends four-space indents, like for python, so add
to editorconfig file.

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

Patch

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