Editor config
All checks were successful
Build and Deploy to Web Server / deploy (push) Successful in 15m39s

This commit is contained in:
2025-08-15 12:11:29 +09:30
parent e97c58a7a1
commit 583e2ba10b
2 changed files with 8 additions and 1 deletions

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
[*]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = crlf

View File

@@ -4,7 +4,8 @@
"bradlc.vscode-tailwindcss",
"unifiedjs.vscode-mdx",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint"
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig"
],
"unwantedRecommendations": []
}