mirror of
https://github.com/wavetermdev/waveterm
synced 2026-04-21 14:37:16 +00:00
Windows Line Endings (#923)
For some reason, the original version of this started working again. I'm merging it to undo a small part of a recent change.
This commit is contained in:
parent
27ea6d3447
commit
b7ef20d6fd
2 changed files with 2 additions and 2 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -1 +1 @@
|
|||
* text eol=lf
|
||||
* text=auto
|
||||
|
|
@ -3,7 +3,7 @@ module.exports = {
|
|||
plugins: ["prettier-plugin-jsdoc", "prettier-plugin-organize-imports"],
|
||||
printWidth: 120,
|
||||
trailingComma: "es5",
|
||||
useTabs: false,
|
||||
useTabs: false,
|
||||
jsdocVerticalAlignment: true,
|
||||
jsdocSeparateReturnsFromParam: true,
|
||||
jsdocSeparateTagGroups: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue