devtools: add script to check indentation of Meson lists
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 26 Apr 2021 10:54:02 +0000 (11:54 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 May 2021 13:01:47 +0000 (15:01 +0200)
commit1ba12b75097706e834df71db77e0bb760dead760
treedea742f3c67835cafa696fc8c22b646d99edfab8
parentcee151b41b74873bb4bbf6a86a96b37f829fc237
devtools: add script to check indentation of Meson lists

This is a script to fix up minor formatting issues in meson files.
It scans for, and can optionally fix, indentation issues and missing
trailing commas in the lists in meson.build files. It also detects,
and can fix, multi-line lists where more than one entry appears on a
line.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Anatoly Burakov <anatoly.burakov@intel.com>
MAINTAINERS
devtools/check-meson.py [new file with mode: 0755]