chore: cleanup config files

This commit is contained in:
Johannes Loher 2025-02-22 20:50:06 +01:00
parent 318a821e6b
commit 0e74e43b91
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
5 changed files with 19 additions and 21 deletions

16
prettier.config.js Normal file
View file

@ -0,0 +1,16 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
// @ts-check
/**
* @type {import("prettier").Config}
*/
export default {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 120,
tabWidth: 2,
};