mirror of
https://github.com/actions/setup-go.git
synced 2025-04-23 17:40:50 +00:00
Update prettier config file
This commit is contained in:
parent
d8113abd3d
commit
de75b8fc4c
1 changed files with 2 additions and 1 deletions
|
@ -6,5 +6,6 @@ module.exports = {
|
||||||
singleQuote: true,
|
singleQuote: true,
|
||||||
trailingComma: 'none',
|
trailingComma: 'none',
|
||||||
bracketSpacing: false,
|
bracketSpacing: false,
|
||||||
arrowParens: 'avoid'
|
arrowParens: 'avoid',
|
||||||
|
endOfLine: 'auto'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue