Explorar el Código

Enable formatter for heex files

theenglishway (time) hace 2 años
padre
commit
96889f5bac
Se han modificado 1 ficheros con 1 adiciones y 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}"]
 ]