We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20df823 commit 7b9f0bbCopy full SHA for 7b9f0bb
lib/elixir/lib/macro.ex
@@ -160,7 +160,8 @@ defmodule Macro do
160
character (either a newline or `;`). This entry may appear multiple times
161
in the same metadata if the expression is surround by parens
162
163
- * `:format` - set to `:keyword` when an atom is defined as a keyword
+ * `:format` - set to `:keyword` when an atom is defined as a keyword.
164
+ It may also be set to `:atom` to distinguish `nil`, `false`, and `true`
165
166
* `:indentation` - indentation of a sigil heredoc
167
0 commit comments