Skip to content

Commit

Permalink
Merge pull request #564 from TonioGela/multiple_file_format_options
Browse files Browse the repository at this point in the history
Adding documentation for multiple formats on filenames
  • Loading branch information
eed3si9n authored May 19, 2021
2 parents 5a01774 + c311497 commit 4620856
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/03/a.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,6 @@ For file and directory names a format option can be specified after a double
underscore. For example, a directory named `\$organization__packaged\$` will
change `org.somewhere` to `org/somewhere` like the built-in support for
`package`. A file named `\$name__Camel\$.scala` and the name `awesome project`
will create the file `AwesomeProject.scala`.
will create the file `AwesomeProject.scala`. Multiple comma separated formatting
options can be used at once: `\$name__lower,hyphen\$.scala` and the name
`Awesome Project` will create the file `awesome-project.scala`.

0 comments on commit 4620856

Please sign in to comment.