aboutsummaryrefslogtreecommitdiff
path: root/documentation/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/.editorconfig')
-rw-r--r--documentation/.editorconfig28
1 files changed, 28 insertions, 0 deletions
diff --git a/documentation/.editorconfig b/documentation/.editorconfig
new file mode 100644
index 0000000000..867965ea6c
--- /dev/null
+++ b/documentation/.editorconfig
@@ -0,0 +1,28 @@
+# editorconfig.org
+
+root = true
+
+[*]
+# UNIX style files
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.{htm,html}]
+indent_style = space
+indent_size = 2
+
+[*.css]
+indent_style = space
+indent_size = 2
+
+[*.{md,markdown}]
+indent_style = space
+indent_size = 2
+trim_trailing_whitespace = false
+
+[*.adoc]
+indent_style = space
+indent_size = 2
+trim_trailing_whitespace = false