The Git project has started to wire up Meson as a build system in Git v2.48.0. Wire up support for Meson in "git-gui" so that we can trivially include it as a subproject in Git. Signed-off-by: Patrick Steinhardt <ps@pks.im>
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
* whitespace=indent-with-non-tab,trailing-space,space-before-tab,tabwidth=4
|
|
* encoding=US-ASCII
|
|
git-gui.sh encoding=UTF-8
|
|
/po/*.po encoding=UTF-8
|
|
/GIT-VERSION-GEN eol=lf
|
|
Makefile whitespace=!indent,trail,space
|
|
meson.build whitespace=space
|