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

View file

@ -1,11 +0,0 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
export default {
semi: true,
trailingComma: "all",
singleQuote: false,
printWidth: 120,
tabWidth: 2,
};