mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
d4ec80de29
Co-authored-by: Łukasz Uznański <l.uznanski@macopedia.com> Co-authored-by: Oliver Klee <typo3-coding@oliverklee.de>
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
module.exports = {
|
|
semi: true,
|
|
trailingComma: "all",
|
|
singleQuote: true,
|
|
printWidth: 120,
|
|
tabWidth: 4
|
|
};
|