mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
{
|
|
"arrowParens": "always",
|
|
"bracketSpacing": false,
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"useTabs": false
|
|
}
|