• 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.js
  • Phecda's avatar
    chore: initialize the project · a535324d
    a535324d Browse Files
    Phecda authored 2020-03-02 15:38:11 +0800
.prettierrc.js 120 Bytes
Raw Blame History Permalink
1 2 3 4 5 6
module.exports = {
  bracketSpacing: false,
  jsxBracketSameLine: true,
  singleQuote: true,
  trailingComma: 'all',
};