summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-06-25 14:50:21 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-06-25 15:05:26 -0700
commit7ad51d42f026203ef52d587f3e15422bd842a822 (patch)
treea441b44327f471d233d1a73ae3d8801c078efc31
parente3daf14bc190c9be06d9a004afe4b97805c8eede (diff)
editorconfig: Add meson files
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..fd48053
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,5 @@
+root = true
+
+[{meson.build,meson_options.txt}]
+indent_size = 2
+indent_style = space \ No newline at end of file