Archived
1
0
This repository has been archived on 2026-02-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
urban_website/.prettierrc
2020-06-05 08:59:06 +02:00

9 lines
141 B
Plaintext

{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 160
}