cesium-plot-js/.prettierrc.cjs

7 lines
113 B
JavaScript
Raw Permalink Normal View History

2023-08-09 09:55:29 +00:00
module.exports = {
semi: true,
trailingComma: "all",
singleQuote: true,
printWidth: 120,
tabWidth: 2
};