Update workflows and configs from template

This commit is contained in:
Nick Alteen
2025-07-11 13:36:30 -04:00
parent 717ee01a40
commit 6f4f96e326
10 changed files with 60 additions and 44 deletions
+16
View File
@@ -0,0 +1,16 @@
# See: https://prettier.io/docs/en/configuration
printWidth: 80
tabWidth: 2
useTabs: false
semi: false
singleQuote: true
quoteProps: as-needed
jsxSingleQuote: false
trailingComma: none
bracketSpacing: true
bracketSameLine: true
arrowParens: always
proseWrap: always
htmlWhitespaceSensitivity: css
endOfLine: lf