Fix prettier config

This commit is contained in:
vorotamoroz
2026-05-11 12:33:32 +01:00
parent d1eb105801
commit 112e3c8b1d
+1 -1
View File
@@ -13,7 +13,7 @@ const prettierConfig = {
tabWidth: 4, tabWidth: 4,
printWidth: 120, printWidth: 120,
semi: true, semi: true,
endOfLine: "cr", endOfLine: "lf",
...localPrettierConfig, ...localPrettierConfig,
}; };