From d52cef9a0e66c0a5a221ddbc62fd361b9aeb902c Mon Sep 17 00:00:00 2001 From: phga Date: Sun, 20 Nov 2022 22:24:40 +0100 Subject: [PATCH] fix: cleaner editorconfig --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index fdd83d9..5bb446a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,10 +2,10 @@ root = true # top-most EditorConfig file [*] -end_of_line = lf # unix style line endings -insert_final_newline = false # newline at end of file -charset = utf-8 # encoding -max_line_length = 90 # Suggested maximum of 90 characters per line +end_of_line = lf +insert_final_newline = false +charset = utf-8 +max_line_length = 90 # .js, .jsx, .ts, .tsx [*.{js,ts}?]