docs/chore: add .editorconfig and .prettierrc.toml configs (#1362)

* docs/chore: add .editorconfig and .prettierrc.toml configs

* fix: remove trim_trailing_whitespace exception for markdown files
This commit is contained in:
Travis Abendshien
2026-05-11 22:12:31 -04:00
committed by GitHub
parent 269a8ac561
commit eb97476dac
3 changed files with 35 additions and 0 deletions

10
.prettierrc.toml Normal file
View File

@@ -0,0 +1,10 @@
# SPDX-FileCopyrightText: (c) TagStudio Contributors
# SPDX-License-Identifier: MIT
# Prettier https://prettier.io/
bracketSameLine = false
bracketSpacing = true
objectWrap = "preserve"
quoteProps = "as-needed"
singleQuote = false