mirror of
https://github.com/rekkyrosso/ampcast.git
synced 2025-01-03 02:15:58 +08:00
8 lines
131 B
JavaScript
8 lines
131 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
tabWidth: 4,
|
|
printWidth: 100,
|
|
endOfLine: 'lf',
|
|
bracketSpacing: false,
|
|
};
|