weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

.prettierrc (89B)


      1 {
      2   "semi": true,
      3   "trailingComma": "none",
      4   "singleQuote": true,
      5   "printWidth": 80
      6 }