mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 80,
|
||
|
semi: true,
|
||
|
singleQuote: true,
|
||
|
trailingComma: 'all',
|
||
|
};
|