aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/LV2/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LV2/.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