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