Merge: lib/ini: better output
authorJean Privat <jean@pryen.org>
Wed, 9 May 2018 00:02:31 +0000 (20:02 -0400)
committerJean Privat <jean@pryen.org>
Wed, 9 May 2018 00:02:31 +0000 (20:02 -0400)
commit1e3c139e19041e4b3551a32885078ce37c879452
treed834f75d049532ec6d6e99a3fbd1307f335673ec
parenta46817d351713e3877ada8c482e83c0d74a60ac5
parent411bd7e693abf6fda712071c67bbaa118ffa2512
Merge: lib/ini: better output

This PR changes three things:
* remove `nullable` warnings
* keep the keys in the same order than they are added to the config file
* group keys in the ini output

Pull-Request: #2652
Reviewed-by: Jean Privat <jean@pryen.org>