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