mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-21 00:05:13 +00: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
10
.prettierrc.toml
Normal file
10
.prettierrc.toml
Normal 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
|
||||
Reference in New Issue
Block a user