From 5b9d359ff6f7311b52c1688972059033ca880de8 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 20 Oct 2020 00:53:15 +0800 Subject: [PATCH] modify editor config --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b1bddf71..b77c37bc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,6 @@ indent_style = space indent_size = 4 # we recommend you to keep these unchanged -end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true