Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Latest commit

 

History

History
56 lines (42 loc) · 2.82 KB

SpaceConsistencyBear.rst

File metadata and controls

56 lines (42 loc) · 2.82 KB

Check and correct spacing for all textual data. This includes usage of tabs vs. spaces, trailing whitespace and (missing) newlines before the end of the file.

  • All

Settings

Setting Meaning
allow_trailing_whitespace Whether to allow trailing whitespace or not. (Optional, defaults to 'False'.)
enforce_newline_at_EOF Whether to enforce a newline at the End Of File. (Optional, defaults to 'True'.)
indent_size Number of spaces per indentation level. (Optional, defaults to '4'.)
use_spaces True if spaces are to be used instead of tabs.

Can Detect

  • Formatting

Can Fix

  • Formatting

License

AGPL-3.0

Authors