• This project
    • Loading...
  • Sign in

Phecda / NGPlay

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • NGPlay
  • .prettierrc
  • Phecda's avatar
    chore: add prettier & lint-staged · c45f75e8
    c45f75e8 Browse Files
    Phecda authored 2020-03-02 16:46:19 +0800
.prettierrc 89 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
{
  "useTabs": false,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5"
}