mirror of
https://github.com/actions/setup-java.git
synced 2024-11-06 00:55:54 -05:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 80,
|
||
|
tabWidth: 2,
|
||
|
useTabs: false,
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'none',
|
||
|
bracketSpacing: false,
|
||
|
arrowParens: 'avoid'
|
||
|
};
|