mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
8 lines
109 B
JavaScript
8 lines
109 B
JavaScript
|
module.exports = {
|
||
|
printWidth: 80,
|
||
|
semi: false,
|
||
|
singleQuote: true,
|
||
|
tabWidth: 2,
|
||
|
useTabs: false,
|
||
|
};
|