There was an error while loading. Please reload this page.
1 parent 7e9c897 commit c423e83Copy full SHA for c423e83
1 file changed
lib/mix/lib/mix/tasks/format.ex
@@ -46,8 +46,8 @@ defmodule Mix.Tasks.Format do
46
that have their own formatting rules. Each subdirectory should have a
47
`.formatter.exs` that configures how entries in that subdirectory should be
48
formatted as. Configuration between `.formatter.exs` are not shared nor
49
- inherited. If a `.formatter.exs` lists "lib/app" as a subdirectory, the rules
50
- in `.formatter.exs` won't be available in `lib/app/.formatter.exs`.
+ inherited, except for the `:line_length` option.
+
51
Note that the parent `.formatter.exs` must not specify files inside the "lib/app"
52
subdirectory in its `:inputs` configuration. If this happens, the behaviour of
53
which formatter configuration will be picked is unspecified.
0 commit comments