mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-10 07:59:38 +02:00
377593b190
* chore(ci): move spec-file into scripts * feat(ci)!: rework workflows and build processes All Python setups route through one local action, and checks are much more conditional. There is more to be done, but this is a significant improvement in processing time and redundancy. As well, nightly builds are made (though not made as GitHub releases.. yet). * ci: remove symlinked CHANGELONG.md from build_docs.yml paths * docs: update location of tagstudio.spec * ci: enforce single quotes in github yaml files * ci(tests): remove macOS pytest runner --------- Co-authored-by: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com>
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
|