mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"formatter": {
|
|
"enabled": true,
|
|
"ignore": ["./dist/*", "./es/**/*", "./lib/**/*", "_site/**/*"],
|
|
"indentStyle": "space",
|
|
"lineWidth": 100,
|
|
"indentSize": 2
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
}
|
|
}
|