You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,8 @@
4
4
5
5
# Styler
6
6
7
-
Styler is an Elixir formatter plugin that's combination of `mix format` and `mix credo`, except instead of telling
8
-
you what's wrong, it just rewrites the code for you to fit its style rules.
9
-
10
-
You can learn more about the history, purpose and implementation of Styler from our talk: [Styler: Elixir Style-Guide Enforcer @ GigCity Elixir 2023](https://www.youtube.com/watch?v=6pF8Hl5EuD4)
7
+
Styler is an Elixir formatter plugin that's a combination of `mix format` and `mix credo`, but instead of _telling_
8
+
you what's wrong, it just fixes the code for you to fit its style rules.
0 commit comments