Files
wiki/.prettierrc.json
networkException 764e8cba01 Everywhere: Moved wiki to mkdocs
Even though the integrated repository wiki from github is nice, it doesn't allow for managing contributions
through pull requests and issues. Because of that, I've decided to migrate the wiki to mkdocs.

Most of the code came from https://github.com/codeoverflow-org/nodecg-io-docs as they already have
a github actions setup in place as well as do not use google fonts.
2021-01-30 17:57:29 +01:00

19 lines
451 B
JSON

{
"arrowParens": "always",
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxBracketSameLine": false,
"jsxSingleQuote": false,
"printWidth": 120,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
}