7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
|
|
module.exports = {
|
||
|
|
tabWidth: 4,
|
||
|
|
useTabs: false, // Use spaces instead of defaults tabs
|
||
|
|
semi: true, // Force semilicons
|
||
|
|
printWidth: 80, // Max width
|
||
|
|
};
|