Skip to content

Commit

Permalink
Merge pull request #1 from stupinaki/endOfLine
Browse files Browse the repository at this point in the history
endOfLine: auto
  • Loading branch information
avdeev authored Nov 22, 2024
2 parents 7dd972f + ee348a5 commit 4cc9c3c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 7 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ export default {
requirePragma: false,
useTabs: false,
embeddedLanguageFormatting: "auto",
tabWidth: 2
tabWidth: 2,
endOfLine: "auto"
}
27 changes: 21 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
# This file is generated by running "yarn install" inside your project.
# Manual changes might be lost - proceed with caution!

__metadata:
version: 8
cacheKey: 10c0

prettier@^3.3.3:
version "3.3.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.3.3.tgz#30c54fe0be0d8d12e6ae61dbb10109ea00d53105"
integrity sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==
"@mish.dev/prettier@workspace:.":
version: 0.0.0-use.local
resolution: "@mish.dev/prettier@workspace:."
dependencies:
prettier: "npm:^3.3.3"
languageName: unknown
linkType: soft

"prettier@npm:^3.3.3":
version: 3.3.3
resolution: "prettier@npm:3.3.3"
bin:
prettier: bin/prettier.cjs
checksum: 10c0/b85828b08e7505716324e4245549b9205c0cacb25342a030ba8885aba2039a115dbcf75a0b7ca3b37bc9d101ee61fab8113fc69ca3359f2a226f1ecc07ad2e26
languageName: node
linkType: hard

0 comments on commit 4cc9c3c

Please sign in to comment.