Files
backend/.prettierrc
T
TakahashiNg dc1fae0651
Release package / release (push) Failing after 1m27s
chore: update
2026-03-22 10:56:14 +00:00

10 lines
186 B
Plaintext

{
"endOfLine": "lf",
"printWidth": 80,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": true,
"plugins": ["prettier-plugin-java", "@prettier/plugin-xml"]
}