This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bot/.prettierrc
2022-01-04 23:24:41 +01:00

8 lines
99 B
Plaintext

{
"bracketSpacing": true,
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"semi": true
}