aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-03-28 17:34:04 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-03-28 17:34:04 +0200
commit2aeb1bb5a130aa6529bac0a5ed63b0a87464d91c (patch)
treed06bc44598d91374d667572a17924d16bab12468
parent3c9bf509a2457851e09b63e7ea8c6396eff883e1 (diff)
downloadairwindows-lv2-port-2aeb1bb5a130aa6529bac0a5ed63b0a87464d91c.tar.gz
airwindows-lv2-port-2aeb1bb5a130aa6529bac0a5ed63b0a87464d91c.tar.bz2
airwindows-lv2-port-2aeb1bb5a130aa6529bac0a5ed63b0a87464d91c.zip
LV2: Add .editorconfig
-rw-r--r--plugins/LV2/.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/LV2/.editorconfig b/plugins/LV2/.editorconfig
new file mode 100644
index 0000000..e650786
--- /dev/null
+++ b/plugins/LV2/.editorconfig
@@ -0,0 +1,11 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.{cpp,h}]
+indent_style = space
+indet_size = 4
+
+[{*.rb,makeplugin}]
+indent_style = space
+indent_size = 2