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