Skip to content

Commit 49aafb4

Browse files
committed
Implement the first version of ExWebRTCDashboard
1 parent e77e08a commit 49aafb4

File tree

4 files changed

+595
-13
lines changed

4 files changed

+595
-13
lines changed

.formatter.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Used by "mix format"
22
[
3+
import_deps: [:phoenix],
4+
plugins: [Phoenix.LiveView.HTMLFormatter],
35
inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
46
]

0 commit comments

Comments
 (0)