mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-20 15:55:19 +00:00
* docs/chore: add .editorconfig and .prettierrc.toml configs * fix: remove trim_trailing_whitespace exception for markdown files
11 lines
233 B
TOML
11 lines
233 B
TOML
# SPDX-FileCopyrightText: (c) TagStudio Contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# Prettier https://prettier.io/
|
|
|
|
bracketSameLine = false
|
|
bracketSpacing = true
|
|
objectWrap = "preserve"
|
|
quoteProps = "as-needed"
|
|
singleQuote = false
|