summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 89cf181..aab09aa 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,6 +2,6 @@ root = true
[*.rs]
end_of_line = lf
-insert_final_newfile = true
+insert_final_newline = true
indent_style = space
indent_size = 4