https://github.com/depp/headerfix
Header File Fixer
https://github.com/depp/headerfix
Last synced: about 2 months ago
JSON representation
Header File Fixer
- Host: GitHub
- URL: https://github.com/depp/headerfix
- Owner: depp
- License: bsd-2-clause
- Created: 2013-09-01T06:55:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-01T15:35:10.000Z (almost 13 years ago)
- Last Synced: 2025-03-22T12:18:48.722Z (about 1 year ago)
- Language: Python
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
HeaderFix
=========
HeaderFix is a tool for fixing copyright notices, header guards,
'extern "C"' declarations, and miscellaneous other issues with source
code and header files.
It is designed to operate on source code in a Git repository. The
tool will fail if you try to run it outside a Git repository, this is
intentional.
Configuration
-------------
You can configure the tool by adding files named '.header' to your
repository. These files will apply settings to any files in the
directory and to directories below.
Settings are configured by assignment, e.g.:
tabsize = 8
Certain variables (like 'ignore') need no value, so they can be
specified without one:
ignore
Longer values can be assigned using heredoc syntax, e.g.:
copyright_notice = <