Updated CloudFlare

This commit is contained in:
2023-07-30 21:04:44 +07:00
parent bd4a32e0ea
commit 1e4424dd76
297 changed files with 76641 additions and 7 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"printWidth": 120,
"trailingComma": "all",
"quoteProps": "preserve",
"singleQuote": false,
"overrides": [
{
"files": "*.jinja2",
"options": {
"printWidth": 180
}
}
]
}