• This project
    • Loading...
  • Sign in

ui / shipCamera

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
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • shipCamera
  • .prettierrc.js
  • 张跃's avatar
    0.1 · 311aadeb
    311aadeb
    张跃 authored 2022-06-01 17:42:49 +0800
.prettierrc.js 141 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
module.exports = {
  arrowParens: 'avoid',
  bracketSameLine: true,
  bracketSpacing: false,
  singleQuote: true,
  trailingComma: 'all',
};