mirror of
https://gitee.com/was666/as-editor.git
synced 2025-02-23 18:42:55 +08:00
11 lines
179 B
JavaScript
11 lines
179 B
JavaScript
![]() |
module.exports = {
|
||
|
endOfLine: 'auto',
|
||
|
jsxSingleQuote: true,
|
||
|
packageManager: 'yarn',
|
||
|
useTabs: false,
|
||
|
printWidth: 80,
|
||
|
tabWidth: 2,
|
||
|
semi: false,
|
||
|
singleQuote: true,
|
||
|
}
|