compendium-browser/.prettierrc.cjs

10 lines
156 B
JavaScript
Raw Normal View History

2023-11-09 17:14:29 +00:00
// SPDX-FileCopyrightText: 2022 Johannes Loher
//
// SPDX-License-Identifier: MIT
module.exports = {
printWidth: 120,
tabWidth: 4,
useTabs: true,
};