Testing implementation for private data in ATProto with ATPKeyserver and ATCute tools
at main 158 B view raw
1/** @type import('prettier').Config */ 2export default { 3 tabWidth: 2, 4 semi: false, 5 singleQuote: true, 6 trailingComma: 'none', 7 arrowParens: 'always' 8}