LICENSE
README.md
setup.cfg
setup.py
c_formatter_42/__init__.py
c_formatter_42/__main__.py
c_formatter_42/run.py
c_formatter_42.egg-info/PKG-INFO
c_formatter_42.egg-info/SOURCES.txt
c_formatter_42.egg-info/dependency_links.txt
c_formatter_42.egg-info/entry_points.txt
c_formatter_42.egg-info/top_level.txt
c_formatter_42/data/.clang-format
c_formatter_42/data/__init__.py
c_formatter_42/data/clang-format-darwin
c_formatter_42/data/clang-format-linux
c_formatter_42/data/clang-format-win32.exe
c_formatter_42/formatters/__init__.py
c_formatter_42/formatters/align.py
c_formatter_42/formatters/clang_format.py
c_formatter_42/formatters/helper.py
c_formatter_42/formatters/hoist.py
c_formatter_42/formatters/line_breaker.py
c_formatter_42/formatters/misc.py
c_formatter_42/formatters/preprocessor_directive.py
c_formatter_42/formatters/return_type_single_tab.py