[console_scripts]
intentionally-blank = intentionally_blank.cli:cli

[intentionally_blank.formatter]
empty = intentionally_blank.ext.formatters.empty:Formatter
eof-newline = intentionally_blank.ext.formatters.eof_newline:Formatter
identity = intentionally_blank.ext.formatters.identity:Formatter
leading = intentionally_blank.ext.formatters.leading:Formatter
python-leading = intentionally_blank.ext.formatters.python_leading:Formatter
remove-trailing = intentionally_blank.ext.formatters.remove_trailing:Formatter
visible = intentionally_blank.ext.formatters.visible:Formatter
