Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -10,5 +10,5 @@ module.exports = { | ... | @@ -10,5 +10,5 @@ module.exports = { |
| 10 | proseWrap: 'never', | 10 | proseWrap: 'never', |
| 11 | htmlWhitespaceSensitivity: 'strict', | 11 | htmlWhitespaceSensitivity: 'strict', |
| 12 | endOfLine: 'auto', // 设置换行风格,避免不同操作系统造成的大量代码diff。 | 12 | endOfLine: 'auto', // 设置换行风格,避免不同操作系统造成的大量代码diff。 |
| 13 | - singleAttributePerLine: false // 在Html,Vue,JSX中是否强制每条属性占用一行。 | 13 | + singleAttributePerLine: true // 在Html,Vue,JSX中是否强制每条属性占用一行。 |
| 14 | }; | 14 | }; | ... | ... |
-
Please register or login to post a comment