summaryrefslogtreecommitdiff
path: root/db/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'db/.editorconfig')
-rw-r--r--db/.editorconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/db/.editorconfig b/db/.editorconfig
new file mode 100644
index 00000000..e189ab1b
--- /dev/null
+++ b/db/.editorconfig
@@ -0,0 +1,7 @@
+# editorconfig for the libconfig files
+
+[*.conf]
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+indent_style = tab