aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.editorconfig')
-rw-r--r--docs/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/.editorconfig b/docs/.editorconfig
new file mode 100644
index 0000000..007463b
--- /dev/null
+++ b/docs/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_size = 2
+indent_style = space
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false