summaryrefslogtreecommitdiff
path: root/tools/indent.py
AgeCommit message (Collapse)Author
2023-02-09*: manual SPDX License ID conversionsDavid Lamparter
The files converted in this commit either had some random misspelling or formatting weirdness that made them escape automated replacement, or have a particularly "weird" licensing setup (e.g. dual-licensed.) This also marks a bunch of "public domain" files as SPDX License "NONE". Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2020-10-07*: reformat python fileswhitespace
We are now using black. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2018-04-10tools: update indent.py for DEFPY_* macrosQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-03-13tools: fix indent.py to recognize all DEFUN types:Lou Berger
DEFUN DEFUN_ATTR DEFUN_CMD_ELEMENT DEFUN_CMD_FUNC_DECL DEFUN_CMD_FUNC_TEXT DEFUN_DEPRECATED DEFUN_HIDDEN DEFUN_NOSH DEFUNSH DEFUNSH_ATTR DEFUNSH_DEPRECATED DEFUNSH_HIDDEN Signed-off-by: Lou Berger <lberger@labn.net>
2018-03-06tools: fix indent.py FRR indent pattern matchingLou Berger
Signed-off-by: Lou Berger <lberger@labn.net>
2018-02-20*: move random tools into tools/Quentin Young
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>