7 lines
68 B
JavaScript
7 lines
68 B
JavaScript
"use strict";
|
|
|
|
module.exports = {
|
|
printWidth: 100,
|
|
tabWidth: 4
|
|
};
|