• This project
    • Loading...
  • Sign in

김시환 / emergency_room_ChatBot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 1
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • emergency_room_ChatBot
  • node_modules
  • encoding
  • .prettierrc.js
  • 김시환's avatar
    add_file · 796fa8ce
    796fa8ce
    김시환 authored 2022-11-21 20:45:18 +0900
.prettierrc.js 156 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
module.exports = {
    printWidth: 160,
    tabWidth: 4,
    singleQuote: true,
    endOfLine: 'lf',
    trailingComma: 'none',
    arrowParens: 'avoid'
};