Files
LuaCsForBarotraumaEP/.github/actions/github-release/.prettierrc.cjs
peelz 32645c0dd2 Vendor publish-release CI action
This replaces `marvinpinto/action-automatic-releases`, which hasn't been
updated since Jan 29 2022.
2023-05-08 20:02:45 -04:00

10 lines
207 B
JavaScript

/** @type {import("prettier").Config} */
module.exports = {
editorconfig: true,
singleQuote: false,
jsxSingleQuote: false,
arrowParens: "always",
trailingComma: "all",
bracketSameLine: false,
};