# .nofill command (Runoff)

The .nofill command resets both the
justify and fill modes. Removal of extra spaces does not take place,
and end-of-lines are not stripped from the input. Output lines are
not filled nor are right margins justified. The .nofill command causes a break (new paragraph).

**Synonyms:** .nf

## Syntax

```
.nofill
```

## See also

- [.break command (Runoff)](https://d3codex.com/runoff/dot-break-command-runoff/)
- [.center command (Runoff)](https://d3codex.com/runoff/dot-center-command-runoff/)
- [.fill command](https://d3codex.com/runoff/dot-fill-command/)
- [.justify command (Runoff)](https://d3codex.com/runoff/dot-justify-command-runoff/)
- [.set tabs command](https://d3codex.com/runoff/dot-set-tabs-command/)
- [Runoff commands](https://d3codex.com/runoff/runoff-commands/)

---
Source: https://d3codex.com/runoff/dot-nofill-command-runoff/ - part of the D3Codex reference.
