Files
action-gh-release/.prettierrc.js
T

12 lines
184 B
JavaScript
Raw Normal View History

2025-06-11 11:34:43 -04:00
/**
* @type {import('prettier').Config}
*/
module.exports = {
trailingComma: 'all',
tabWidth: 2,
semi: true,
singleQuote: true,
printWidth: 100,
bracketSpacing: true,
};