From 6b0c722c8b642e554b72beda341170742f8f120d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 8 Dec 2023 00:15:37 +0530 Subject: [PATCH] fix: corrupted .editorconfig --- .editorconfig | 106 ++++++++++++-------------------------------------- 1 file changed, 25 insertions(+), 81 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5b10050..73cec8a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,89 +1,33 @@ - - - - - - Page not found · GitHub Pages - - - +[*.toml] +indent_style = tab +tab_width = 2 -
- -

404

-

File not found

- -

- The site configured at this address does not - contain the requested file. -

- -

- If this is your site, make sure that the filename case matches the URL - as well as any file permissions.
- For root URLs (like http://example.com/) you must provide an - index.html file. -

- -

- Read the full documentation - for more information about using GitHub Pages. -

- - - - - - -
- - +[*.properties] +indent_style = space +indent_size = 2