annotate core/.prettierrc.json @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@17 1 {
Chris@17 2 "printWidth": 80,
Chris@17 3 "semi": true,
Chris@17 4 "singleQuote": true,
Chris@17 5 "trailingComma": "all"
Chris@17 6 }