mirror of https://github.com/actions/setup-go.git
Update prettier config file
This commit is contained in:
parent
d8113abd3d
commit
de75b8fc4c
|
@ -6,5 +6,6 @@ module.exports = {
|
|||
singleQuote: true,
|
||||
trailingComma: 'none',
|
||||
bracketSpacing: false,
|
||||
arrowParens: 'avoid'
|
||||
arrowParens: 'avoid',
|
||||
endOfLine: 'auto'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue