Signal-Desktop/.prettierrc.js

8 lines
155 B
JavaScript
Raw Normal View History

2020-10-31 04:34:04 +08:00
// Copyright 2018-2020 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
2018-04-28 06:15:17 +08:00
module.exports = {
singleQuote: true,
trailingComma: 'es5',
};