mirror of
https://github.com/LewdLeah/Auto-Cards.git
synced 2025-07-06 13:40:26 -04:00
6 lines
100 B
JavaScript
6 lines
100 B
JavaScript
export default {
|
|
singleQuote: false,
|
|
tabWidth: 2,
|
|
printWidth: 100,
|
|
trailingComma: "none"
|
|
};
|