mirror of
https://github.com/diced/zipline.git
synced 2025-05-10 09:55:51 +02:00
6 lines
127 B
JavaScript
Executable file
6 lines
127 B
JavaScript
Executable file
/** @type {import('prettier').Config} */
|
|
module.exports = {
|
|
singleQuote: true,
|
|
jsxSingleQuote: true,
|
|
printWidth: 110,
|
|
};
|