mirror of
https://github.com/lucas-labs/gitea-lugit-theme.git
synced 2026-03-11 06:44:24 +00:00
20 lines
375 B
Text
20 lines
375 B
Text
{
|
|
"singleQuote": true,
|
|
"useTabs": false,
|
|
"tabWidth": 4,
|
|
"printWidth": 90,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.yml", "*.yaml"],
|
|
"options": {
|
|
"tabWidth": 2
|
|
}
|
|
},
|
|
{
|
|
"files": ["*.scss"],
|
|
"options": {
|
|
"printWidth": 100
|
|
}
|
|
}
|
|
]
|
|
}
|