From d670b4420afbc6bc05a7c6bb77ca0f60e3f61595 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Mon, 16 Dec 2019 15:36:18 +0100 Subject: Add `layout-2020` option to the `.servobuild` file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … and `--with-layout-2013` command-line option to disable it. --- servobuild.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'servobuild.example') diff --git a/servobuild.example b/servobuild.example index a115f69f055..59f61d10f66 100644 --- a/servobuild.example +++ b/servobuild.example @@ -43,6 +43,9 @@ webgl-backtrace = false # that triggered it. dom-backtrace = false +# Default to the “2020” implementation of CSS layout instead of the “2013” one. +layout-2020 = false + # Set to the path to your ccache binary to enable caching of compiler outputs #ccache = "/usr/local/bin/ccache" -- cgit v1.2.3