https://github.com/annotation/text-fabric
Raw File
Tip revision: 4256133f44c8f85228c38e5d3bacc15e1f816ecd authored by Cody Kingham on 13 June 2020, 14:59:14 UTC
Remove duplicate self.TF assignment
Tip revision: 4256133
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top