From 1529eb23e768612f136abfb97ad7514bc805334d Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Mon, 17 Oct 2022 17:55:56 +0800 Subject: [PATCH] chore: update editorconfig --- .editorconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index ebe51d3..217a0a2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,3 @@ -# EditorConfig is awesome: https://EditorConfig.org - -# top-most EditorConfig file root = true [*] @@ -8,5 +5,9 @@ indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] trim_trailing_whitespace = false -insert_final_newline = false \ No newline at end of file +insert_final_newline = false -- GitLab