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