2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00
Files
.vscode
src
.babelrc
.editorconfig
.eslintrc
.gitattributes
.gitignore
.prettierrc
Dockerfile
package-lock.json
package.json
tsconfig.json
vue.config.js
neko/.prettierrc
Miroslav Šedivý fa28f2c6ee inital commit.
2020-11-05 11:56:26 +01:00

9 lines
142 B
Plaintext

{
"semi": false,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"vueIndentScriptAndStyle": true
}