aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'doc_src/.editorconfig')
-rw-r--r--doc_src/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc_src/.editorconfig b/doc_src/.editorconfig
new file mode 100644
index 00000000..d25cca0a
--- /dev/null
+++ b/doc_src/.editorconfig
@@ -0,0 +1,12 @@
+# fish-shell config: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = false
+
+# Unix-style newlines with a newline ending every file
+[*]
+charset = utf8
+end_of_line = lf
+insert_final_newline = true
+indent_style = spaces
+indent_size = 4