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 +}