mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-20 09:38:37 +08:00
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
module.exports = {
|
|
singleQuote: true,
|
|
tabWidth: 2,
|
|
semi: false,
|
|
endOfLine: 'lf'
|
|
}
|