[12/14] editorconfig: add entry for meson files

Message ID 20210416170458.50188-13-bruce.richardson@intel.com (mailing list archive)
State Superseded, 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 16, 2021, 5:04 p.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 d70582557..5101630c8 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