0
0
mirror of https://github.com/hydralauncher/hydra.git synced 2024-09-22 03:51:30 +00:00
hydra/.prettierrc.cjs
2024-04-25 05:52:19 +01:00

7 lines
97 B
JavaScript

module.exports = {
semi: true,
trailingComma: "es5",
singleQuote: false,
tabWidth: 2,
};