mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +00:00
Change CRLF to LF
This commit is contained in:
parent
de75b8fc4c
commit
276c163221
2 changed files with 2 additions and 3 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1,2 +1,2 @@
|
|||
* text=auto
|
||||
* text=auto eol=lf
|
||||
.licenses/** -diff linguist-generated=true
|
|
@ -6,6 +6,5 @@ module.exports = {
|
|||
singleQuote: true,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: false,
|
||||
arrowParens: 'avoid',
|
||||
endOfLine: 'auto'
|
||||
arrowParens: 'avoid'
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue