Module: Pronto::ClangFormat::OffenceCategorizer

Defined in:
lib/pronto/clang_format/offence_categorizer/factory.rb,
lib/pronto/clang_format/offence_categorizer/abstract_categorizer.rb,
lib/pronto/clang_format/offence_categorizer/indentation_categorizer.rb,
lib/pronto/clang_format/offence_categorizer/using_order_categorizer.rb,
lib/pronto/clang_format/offence_categorizer/includes_order_categorizer.rb,
lib/pronto/clang_format/offence_categorizer/missing_newline_categorizer.rb,
lib/pronto/clang_format/offence_categorizer/trailing_whitespace_categorizer.rb,
lib/pronto/clang_format/offence_categorizer/unnecessary_newline_categorizer.rb

Defined Under Namespace

Classes: AbstractCategorizer, Factory, IncludesOrderCategorizer, IndentationCategorizer, MissingNewlineCategorizer, TrailingWhitespaceCategorizer, UnnecessaryNewlineCategorizer, UsingOrderCategorizer