Explorar o código

Enable formatter for heex files

theenglishway (time) %!s(int64=2) %!d(string=hai) anos
pai
achega
96889f5bac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cv_gen/.formatter.exs

+ 1 - 1
cv_gen/.formatter.exs

@@ -1,5 +1,5 @@
 # Used by "mix format"
 [
   plugins: [Phoenix.LiveView.HTMLFormatter],
-  inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
+  inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{heex,ex,exs}"]
 ]