Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 721 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 721 Bytes

Contributing to ExyteChat

Code Style

Please use selected code formatting style:

  • 4 spaces tab
  • no spaces on empty lines
  • comment: "// start with small letter"
  • declaration: "var users: [User]"

swift-format

You can use swift-format to do this

Code style is specified in .swift-format Run swift-format before checkin to ensure matching code style

#example swift format command
swift-format format -i --configuration .swift-format Sources/ExyteChat/ChatView/ChatView.swift