This commit is contained in:
Cédric OLIVIER
2026-05-22 17:34:28 +02:00
commit 62a512f503
25 changed files with 9981 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"printWidth": 100,
"singleQuote": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
}