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:
parent
abb2afabc7
commit
b434935c69
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user