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