https://github.com/annotation/text-fabric
Raw File
Tip revision: 83a34aa0a9abbf91fceeb676f716f36973061adf authored by Dirk Roorda on 16 May 2022, 14:44:53 UTC
small improvements, mainly in layered search
Tip revision: 83a34aa
prettierrc.txt
# .prettierrc
printWidth: 80
useTabs: false
tabWidth: 2
semi: false
singleQuote: true
bracketSpacing: true
jsxBracketSameLine: false
trailingComma: all
proseWrap: always
back to top