mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-01-09 07:48:12 +01:00
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
|
module.exports = {
|
||
|
singleQuote: true,
|
||
|
tabWidth: 2,
|
||
|
semi: true,
|
||
|
trailingComma: "es5",
|
||
|
endOfLine: "lf",
|
||
|
};
|