3
0
mirror of https://github.com/danielsogl/awesome-cordova-plugins.git synced 2025-03-14 23:21:04 +08:00

9 lines
133 B
JavaScript
Raw Normal View History

2020-05-16 14:40:25 +02:00
module.exports = {
printWidth: 120,
tabWidth: 2,
useTabs: false,
semi: true,
singleQuote: true,
trailingComma: 'es5',
};