Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-05-23 15:51:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c7910a78d01c65f4955135aaea278ac7fcaeb6cb
c7910a78
1 parent
a75d75e1
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
prettier.config.js
prettier.config.js
View file @
c7910a7
...
...
@@ -10,5 +10,5 @@ module.exports = {
proseWrap
:
'never'
,
htmlWhitespaceSensitivity
:
'strict'
,
endOfLine
:
'auto'
,
// 设置换行风格,避免不同操作系统造成的大量代码diff。
singleAttributePerLine
:
tru
e
// 在Html,Vue,JSX中是否强制每条属性占用一行。
singleAttributePerLine
:
fals
e
// 在Html,Vue,JSX中是否强制每条属性占用一行。
};
...
...
Please
register
or
login
to post a comment