aboutsummaryrefslogtreecommitdiff
path: root/editorconfig.wxl
diff options
context:
space:
mode:
Diffstat (limited to 'editorconfig.wxl')
-rw-r--r--editorconfig.wxl12
1 files changed, 12 insertions, 0 deletions
diff --git a/editorconfig.wxl b/editorconfig.wxl
new file mode 100644
index 0000000..cd37156
--- /dev/null
+++ b/editorconfig.wxl
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = tab
+end_of_line = lf
+insert_final_newline = true
+
+[*.md]
+indent_style = space
+indent_size = 2
+
+