Files
xen-orchestra/.prettierrc.js

12 lines
269 B
JavaScript
Raw Normal View History

2017-11-14 15:25:02 +01:00
module.exports = {
2020-06-03 10:58:18 +02:00
arrowParens: 'avoid',
2018-11-27 16:03:45 +01:00
jsxSingleQuote: true,
2017-11-14 15:25:02 +01:00
semi: false,
2017-12-18 16:47:00 +01:00
singleQuote: true,
2020-11-24 10:50:40 +01:00
// 2020-11-24: Requested by nraynaud and approved by the rest of the team
//
// https://team.vates.fr/vates/pl/a1i8af1b9id7pgzm3jcg4toacy
printWidth: 120,
2017-11-14 15:25:02 +01:00
}