@powerbridge/prettier-plugin-space-before-function-paren
v0.1.0
Published
Prettier plugin to add a space before function parentheses. Fork of prettier-plugin-space-before-function-paren 0.1.0.
Maintainers
Readme
@powerbridge/prettier-plugin-space-before-function-paren
Prettier plugin that inserts a space before function parentheses:
function foo () {}This package is a fork of prettier-plugin-space-before-function-paren (MIT), originally by Lea Verou and Dmitry Sharabin.
Upstream: https://github.com/DmitrySharabin/prettier-plugin-space-before-function-paren
The original copyright notice and permission notice are included in LICENSE.
Install
npm install -D prettier @powerbridge/prettier-plugin-space-before-function-parenUsage
// .prettierrc.cjs
module.exports = {
plugins: ['@powerbridge/prettier-plugin-space-before-function-paren'],
}Requires Prettier 3+.
