Merge pull request #886 from vrtmrz/fix_prettier

Fix prettier config
This commit is contained in:
vorotamoroz
2026-05-11 20:34:22 +09:00
committed by GitHub

View File

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