summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-04-27 02:09:09 +0300
committerEd Tanous <ed@tanous.net>2022-05-04 18:35:28 +0300
commit0cd5f786f5e8bcf5facb88d542bad3f7332da586 (patch)
tree80abe5420b65f3ddfea0833498cadd1cc7c01666 /DEVELOPING.md
parentf12b57b27157418bbc2c1bf96f1d1cd9db52739b (diff)
downloadbmcweb-0cd5f786f5e8bcf5facb88d542bad3f7332da586.tar.xz
Fix whitespacing on meson_options.txt
The meson_options.txt file is difficult to read and maintain because it has inconsistent whitespace, lines that are far longer than fit on a single monitor, and inline strings that are inconsistent. This commit fixes those, moving the syntax to use newlines for each option method key value, no space on the key colon, and wraps description strings using mesons multi-line syntax on 80 character boundaries. Doing this should make this file more maintainable in the future, and helps people to review, and read it better than previously. The intent is that this patchset has no functional changes, only whitespace and non-enforcing string manipulation, with one exception. Anywhere we noted a redfish path, we used escaped single quotes. Multiline strings in meson don't support escaping, so in lieu of worse alternatives, the quoting was removed, which inline with this patch, continues to improve the readability of the file. Tested: Code builds. No functional changes. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I04f3e31e364bcd3d4b09a219afff21a8eaabc463
Diffstat (limited to 'DEVELOPING.md')
0 files changed, 0 insertions, 0 deletions