https://github.com/annotation/text-fabric
Raw File
Tip revision: b943bc5a27342d8ec42e0b63e1e257e8e8b607c5 authored by Dirk Roorda on 03 May 2023, 08:52:37 UTC
fix of a stupid bug
Tip revision: b943bc5
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top