Skip to content

Commit

Permalink
lint issue in windows ci (fixes metacall#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Aug 26, 2024
1 parent 9492b21 commit ea76b47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
5 changes: 3 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text=auto
*.ts eol=lf
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"source.organizeImports": "explicit",
"source.fixAll": "explicit"
},
"editor.rulers": [
80
],
"editor.rulers": [80],
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
Expand All @@ -20,4 +18,4 @@
"[properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
}
}
}

0 comments on commit ea76b47

Please sign in to comment.