mirror of
https://github.com/barkeser2002/duplicate-file-finder.git
synced 2026-09-25 01:49:50 +03:00
11 lines
253 B
JavaScript
11 lines
253 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
printWidth: 120,
|
|
tabWidth: 4,
|
|
singleQuote: true,
|
|
quoteProps: 'consistent',
|
|
trailingComma: 'all',
|
|
useTabs: false,
|
|
};
|
|
// https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
|