aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-10-01 16:09:25 -0700
committerRebecca Turner <rbt@sent.as>2024-10-01 16:09:47 -0700
commit36073781fb6d625cff891024dbafe98fcb31e60d (patch)
tree0983946cb7f2e3ab0d74ac9de13f32111ee7bcda /.editorconfig
parent775292766025380d04004e42fefbdb8ca40b3fa3 (diff)
editorconfig: Add meson.build
Change-Id: Ibb59ddc21f5d3ef7fb4c900e3413e426c201334d
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index bcee9cfce..bbc2a4908 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -29,3 +29,7 @@ trim_trailing_whitespace = false
indent_style = space
indent_size = 2
max_line_length = 0
+
+[meson.build]
+indent_style = space
+indent_size = 2