action-gh-release/.prettierrc.js

12 lines
184 B
JavaScript
Raw Permalink Normal View History

/**
* @type {import('prettier').Config}
*/
module.exports = {
trailingComma: 'all',
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 100,
bracketSpacing: true,
};