update to knfmt-1.1.0

- handle windows line endings
- never break before the closing parens in a call expression
- trim empty lines after switch case statements
- trim trailing whitespace from comments
- optionally skip new line after function implementation
- multiple fixes related to handling of cpp branches
- fix indent of statements after switch case statement
- multiple fixes related to brace initializers
- correct handling of do/while statements in diff mode
This commit is contained in:
anton 2021-11-22 15:30:32 +00:00
parent abb2afabc7
commit b434935c69
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2021/08/28 06:34:03 anton Exp $
# $OpenBSD: Makefile,v 1.7 2021/11/22 15:30:32 anton Exp $
COMMENT = kernel normal form formatter
V = 1.0.0
V = 1.1.0
DISTNAME = knfmt-${V}
CATEGORIES = devel

View File

@ -1,2 +1,2 @@
SHA256 (knfmt-1.0.0.tar.gz) = CYpdgIzc29ZHX4CZvdAJup8IzqcFwj/72FB3qLZbEOo=
SIZE (knfmt-1.0.0.tar.gz) = 323268
SHA256 (knfmt-1.1.0.tar.gz) = 8O+cdI4Ii+tO0KD2NXPqLGgGB/xqmfKHtO78QCU2a7Q=
SIZE (knfmt-1.1.0.tar.gz) = 328573