From 3a0a134c1e1dea859122b508f4a2f264b1ead65d Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sat, 9 Apr 2022 18:12:05 +0800 Subject: [PATCH] chore(editorconfig): fix typos in .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c080a004c..e3fdcd2d3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,7 +3,7 @@ root = true [*.vim] indent_style = space indent_size = 2 -end_of_line = 1f +end_of_line = lf insert_final_newline = true -charset = utf_8 +charset = utf-8