LICENSE
README.md
pyproject.toml
setup.cfg
normatrix/normatrix/__init__.py
normatrix/normatrix/__main__.py
normatrix/normatrix.egg-info/PKG-INFO
normatrix/normatrix.egg-info/SOURCES.txt
normatrix/normatrix.egg-info/dependency_links.txt
normatrix/normatrix.egg-info/requires.txt
normatrix/normatrix.egg-info/top_level.txt
normatrix/normatrix/plugged/__init__.py
normatrix/normatrix/plugged/columns.py
normatrix/normatrix/plugged/comma.py
normatrix/normatrix/plugged/comments.py
normatrix/normatrix/plugged/function_line.py
normatrix/normatrix/plugged/header.py
normatrix/normatrix/plugged/indent.py
normatrix/normatrix/plugged/libc_func.py
normatrix/normatrix/plugged/nb_params.py
normatrix/normatrix/plugged/nested_branches.py
normatrix/normatrix/plugged/newline_at_end_of_file.py
normatrix/normatrix/plugged/number_function.py
normatrix/normatrix/plugged/operators.py
normatrix/normatrix/plugged/parenthesis.py
normatrix/normatrix/plugged/preprocessor.py
normatrix/normatrix/plugged/snake_case.py
normatrix/normatrix/plugged/solo_space.py
normatrix/normatrix/plugged/statements.py
normatrix/normatrix/plugged/subscriptor.py
normatrix/normatrix/plugged/trailing_newline.py
normatrix/normatrix/plugged/two_space.py
normatrix/normatrix/source/__init__.py
normatrix/normatrix/source/call_plugged.py
normatrix/normatrix/source/color.py
normatrix/normatrix/source/config.py
normatrix/normatrix/source/context.py
normatrix/normatrix/source/file_parser.py
normatrix/normatrix/source/get_file_to_check.py
normatrix/normatrix/source/main.py
normatrix/normatrix/source/makefile.py
normatrix/normatrix/source/print_right_format.py
normatrix/normatrix/source/print_stats.py