Merge pull request #998 from nagisa77/codex/add-format-hook-for-backend

chore: add backend formatting to husky
This commit is contained in:
Tim
2025-09-18 14:27:18 +08:00
committed by GitHub
3 changed files with 120 additions and 3 deletions

3
backend/.prettierrc Normal file
View File

@@ -0,0 +1,3 @@
{
"plugins": ["prettier-plugin-java"]
}