https://github.com/annotation/text-fabric
Raw File
Tip revision: c4a3ece8479b892a6733cabb5414d004c926bceb authored by Dirk Roorda on 13 May 2019, 10:29:48 UTC
structure fixes
Tip revision: c4a3ece
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top