mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
chore(format): make all js/ts files and variants prettier properly
This commit is contained in:
parent
e2640f234b
commit
3eee2e1280
@ -9,7 +9,7 @@ charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.js]
|
||||
[*.{js,ts,[cm]js,[cm]ts}]
|
||||
quote_type = single
|
||||
curly_bracket_next_line = true
|
||||
indent_brace_style = Allman
|
||||
|
||||
5
.gitattributes
vendored
5
.gitattributes
vendored
@ -10,6 +10,11 @@
|
||||
*.css text eol=lf
|
||||
*.html text eol=lf
|
||||
*.js text eol=lf
|
||||
*.cjs text eol=lf
|
||||
*.mjs text eol=lf
|
||||
*.ts text eol=lf
|
||||
*.cts text eol=lf
|
||||
*.mts text eol=lf
|
||||
*.json text eol=lf
|
||||
*.md text eol=lf
|
||||
*.sh text eol=lf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user