chore: update prettier config

This commit is contained in:
dkseo
2025-04-11 11:45:15 +09:00
parent 9a757e1b66
commit 8c37090f00
5 changed files with 87 additions and 12 deletions

11
prettier.config.js Normal file
View File

@@ -0,0 +1,11 @@
/**
* @see https://prettier.io/docs/configuration
* @type {import("prettier").Config}
*/
const config = {
endOfLine: "auto",
singleAttributePerLine: true,
plugins: ["prettier-plugin-tailwindcss"],
};
export default config;