summaryrefslogtreecommitdiffstats
path: root/src/doc/rustc-dev-guide/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rustc-dev-guide/.editorconfig')
-rw-r--r--src/doc/rustc-dev-guide/.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/.editorconfig b/src/doc/rustc-dev-guide/.editorconfig
new file mode 100644
index 000000000..cb3312517
--- /dev/null
+++ b/src/doc/rustc-dev-guide/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[src/*]
+end_of_line = lf
+insert_final_newline = true
+
+[ci/*.sh]
+indent_style = space
+indent_size = 2