2025SELab2-project-Dwengo/frontend/prettier.config.js
2025-02-28 20:11:48 +00:00

11 lines
208 B
JavaScript

/**
* @type {import("prettier").Options}
*/
const rootConfig = import("../prettier.config.js");
export default {
...rootConfig,
vueIndentScriptAndStyle: true,
singleAttributePerLine: true,
};