mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-07-25 23:04:17 +02:00
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:
committed by
GitHub
parent
269a8ac561
commit
eb97476dac
@@ -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
|
||||
Reference in New Issue
Block a user