forked from extern/easydiffusion
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
|
module.exports = {
|
||
|
singleQuote: true,
|
||
|
tabWidth: 2,
|
||
|
semi: true,
|
||
|
trailingComma: "es5",
|
||
|
endOfLine: "lf",
|
||
|
};
|