mirror of
https://github.com/actions/setup-go.git
synced 2025-04-24 01:50:52 +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,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: false,
|
||||
arrowParens: 'avoid'
|
||||
arrowParens: 'avoid',
|
||||
endOfLine: 'auto'
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue