This repository has been archived on 2025-09-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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,
};