Files
xen-orchestra/.prettierrc.js
T

6 lines
81 B
JavaScript
Raw Permalink Normal View History

2017-11-14 15:25:02 +01:00
module.exports = {
semi: false,
2017-12-18 16:47:00 +01:00
singleQuote: true,
trailingComma: 'es5',
2017-11-14 15:25:02 +01:00
}