mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-29 17:58:54 +01: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
.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 New Issue
Block a user