Explorar el Código

Enable formatting on templates

theenglishway (time) hace 2 años
padre
commit
97f888df26
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      cv_gen/.formatter.exs

+ 1 - 0
cv_gen/.formatter.exs

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