mirror of
https://github.com/t2linux/wiki.git
synced 2026-04-30 13:32:14 -07:00
764e8cba01
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.
19 lines
451 B
JSON
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
|
|
}
|