https://github.com/annotation/text-fabric
Raw File
Tip revision: 5bdfed691d0809ef41d410d7e425dc7d3d159024 authored by Dirk Roorda on 20 May 2021, 14:34:58 UTC
space optimizations in recorder and client
Tip revision: 5bdfed6
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top