From 583e2ba10b875ee9a4a7c8c307fb1efcf20b9771 Mon Sep 17 00:00:00 2001 From: Nathan Cummins Date: Fri, 15 Aug 2025 12:11:29 +0930 Subject: [PATCH] Editor config --- .editorconfig | 6 ++++++ .vscode/extensions.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3aa3bba --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +indent_style = space +indent_size = 2 +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = crlf diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 184c985..a92140a 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -4,7 +4,8 @@ "bradlc.vscode-tailwindcss", "unifiedjs.vscode-mdx", "esbenp.prettier-vscode", - "dbaeumer.vscode-eslint" + "dbaeumer.vscode-eslint", + "EditorConfig.EditorConfig" ], "unwantedRecommendations": [] } \ No newline at end of file