summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-06-23 14:11:51 -0700
committerDylan Baker <dylan@pnwbakers.com>2021-06-23 14:11:51 -0700
commit9552bcc128c599e068d41cc16a9cbabd44cf627b (patch)
treef7f2cdb44a48e14f02c2f6e99ff6eabaae329afc
parentcc195a147078190bd6116165bab35af05d0ee1dc (diff)
downloadglu-9552bcc128c599e068d41cc16a9cbabd44cf627b.tar.gz
editorconfig: Add configuration for Meson
-rw-r--r--.editorconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..f98e42a
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,6 @@
+root = true
+
+[{meson.build,meson_options.txt}]
+indent_size = 2
+indent_style = space
+insert_final_newline = true \ No newline at end of file