mirror of
https://github.com/Fdawgs/node-poppler.git
synced 2026-07-02 00:17:43 +08:00
chore: align editorconfig and prettier ignore rules (#808)
This commit is contained in:
@@ -17,6 +17,17 @@ max_line_length = 120
|
||||
[*.{yaml,yml}]
|
||||
indent_style = space
|
||||
|
||||
# Built/generated files
|
||||
[{.devcontainer/devcontainer-lock.json,.github/release-please/manifest.json,CHANGELOG.md,dist/**,package-lock.json,types/**}]
|
||||
charset = unset
|
||||
end_of_line = unset
|
||||
indent_size = unset
|
||||
indent_style = unset
|
||||
insert_final_newline = unset
|
||||
max_line_length = unset
|
||||
trim_trailing_whitespace = unset
|
||||
|
||||
# Test files
|
||||
[test/{fixtures,__snapshots__}/**]
|
||||
charset = unset
|
||||
end_of_line = unset
|
||||
|
||||
+1
-1
@@ -135,7 +135,7 @@ dist
|
||||
# Clinic.js
|
||||
.clinic
|
||||
|
||||
# Auto-generated files
|
||||
# Built/generated files
|
||||
types/
|
||||
|
||||
# Lockfiles
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
# Auto-generated files
|
||||
# Built/generated files
|
||||
.devcontainer/devcontainer-lock.json
|
||||
.github/release-please/manifest.json
|
||||
CHANGELOG.md
|
||||
package.json
|
||||
dist/
|
||||
package-lock.json
|
||||
types/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user