mirror of
https://github.com/zoriya/astal.git
synced 2025-12-06 06:06:10 +00:00
7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
/** @type {import("prettier").Config} */
|
|
export default {
|
|
tabWidth: 4,
|
|
semi: false,
|
|
singleQuote: false,
|
|
};
|