0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 11:32:17 +02:00
libsignal/.prettierrc.js

11 lines
162 B
JavaScript

module.exports = {
singleQuote: true,
trailingComma: 'es5',
overrides: [
{
files: "*.ts.in",
options: { parser: "typescript" }
}
]
};