mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 11:15:46 -06:00
10 lines
155 B
JavaScript
10 lines
155 B
JavaScript
/**
|
|
* @see https://prettier.io/docs/configuration
|
|
* @type {import("prettier").Config}
|
|
*/
|
|
const config = {
|
|
printWidth: 120,
|
|
};
|
|
|
|
export default config;
|