mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 03:28:39 +09:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
module.exports = {
|
|
// tabWidth: 4,
|
|
// useTabs: true,
|
|
semi: true,
|
|
singleQuote: true,
|
|
printWidth: 120
|
|
} |