summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vhosts/blog/.editorconfig')
-rw-r--r--vhosts/blog/.editorconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/vhosts/blog/.editorconfig b/vhosts/blog/.editorconfig
new file mode 100644
index 00000000..f6e2ae3e
--- /dev/null
+++ b/vhosts/blog/.editorconfig
@@ -0,0 +1,10 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+
+[*.ndoc]
+indent_style = space
+indent_size = 2