• 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(prettier): remove uncessary prettier config js file · 306fb7e3
    306fb7e3 Browse Files
    Phecda authored 2020-04-24 15:30:23 +0800
.prettierrc 115 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
{
  "useTabs": false,
  "tabWidth": 2,
  "singleQuote": true,
  "trailingComma": "es5",
  "arrowParens": "avoid"
}