The number of spaces to indent all lines after the first line of a paragraph. The value provided is silently converted to a positive integer value.
columns <--------------------------------------------------------------> <-----------><------><---------------------------><------------> left margin INDENT text is formatted into here right margin
| Default: | 0 |
| Used in: | #format, #paragraphs |
Source Code
# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 293 def body_indent=(b) @body_indent = posint(b) end
<code/>and<pre/>for code samples.