From 2ca795119217cebff5afae1915703b7d02b762c8 Mon Sep 17 00:00:00 2001 From: Leslie Yip Date: Wed, 17 Jan 2024 14:01:02 +0800 Subject: [PATCH] Update `.editorconfig` --- .editorconfig | 3 ++- src/App.css | 2 +- src/index.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3274ec3..11695db 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,9 @@ root = true [*] +end_of_line = lf indent_style = space indent_size = 2 charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true diff --git a/src/App.css b/src/App.css index 9c7629a..83854f7 100644 --- a/src/App.css +++ b/src/App.css @@ -42,4 +42,4 @@ .read-the-docs { color: #888; -} \ No newline at end of file +} diff --git a/src/index.css b/src/index.css index bf3c868..b41d687 100644 --- a/src/index.css +++ b/src/index.css @@ -51,4 +51,4 @@ button:focus-visible { button { background-color: #f9f9f9; } -} \ No newline at end of file +}