We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0445c72 commit c946ecfCopy full SHA for c946ecf
.swift-format
@@ -0,0 +1,6 @@
1
+{
2
+ "version": 1,
3
+ "indentation": {
4
+ "spaces": 4
5
+ }
6
+}
CONTRIBUTING.md
@@ -0,0 +1,15 @@
+# Contributing to ExyteChat
+
+## Code Style
+Code style is specified in .swift-format
+Run swift-format before checkin to ensure matching code style
7
8
+```bash
9
+#example swift format command
10
+swift-format format -i --configuration .swift-format Sources/ExyteChat/ChatView/ChatView.swift
11
+```
12
13
14
15
0 commit comments