• This project
    • Loading...
  • Sign in

zhouhui.jiang / test_cursor

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • test_cursor
  • frontend
  • .prettierrc
  • zhouhui.jiang's avatar
    初始化代码 · 0b10de4b
    0b10de4b
    zhouhui.jiang authored 2025-09-23 13:45:40 +0800
.prettierrc 131 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
{
  "semi": false,
  "singleQuote": true,
  "tabWidth": 2,
  "trailingComma": "none",
  "printWidth": 100,
  "endOfLine": "auto"
}