Exclude files or directories

scalafmt

  • Code formatter for Scala.
    Configurations are stored in the `.scalafmt.conf` file.
    More information: <https://scalameta.org/scalafmt>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

scalafmt --exclude {{path/to/file_or_directory}} {{...}}

click the source code to copy