mirror of
https://github.com/d-fi/d-fi-core.git
synced 2025-08-16 23:28:35 +02:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
module.exports = {
|
|
printWidth: 120,
|
|
bracketSpacing: false,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
endOfLine: 'lf',
|
|
};
|