mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-10 16:01:58 +02:00
16 lines
337 B
TOML
16 lines
337 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
|
|
|
|
[[overrides]]
|
|
files = [".github/**/*.yml", ".github/**/*.yaml"]
|
|
[overrides.options]
|
|
singleQuote = true
|