зеркало из https://github.com/mozilla/treeherder.git
6 строки
86 B
JavaScript
6 строки
86 B
JavaScript
|
module.exports = {
|
||
|
endOfLine: 'lf',
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|