Fix prettier config

This commit is contained in:
vorotamoroz
2026-05-11 12:33:32 +01:00
parent d1eb105801
commit 112e3c8b1d

View File

@@ -13,7 +13,7 @@ const prettierConfig = {
tabWidth: 4,
printWidth: 120,
semi: true,
endOfLine: "cr",
endOfLine: "lf",
...localPrettierConfig,
};