Ensure that there are spaces around braces '{', '}'.
Ensure that there is a space before and after '=>'.
Ensure that 'async' and 'when' are considered as keywords when inserting spaces.
Differential D75129
[clang-format] Special handling of spaces for C# code jbcoe on Feb 25 2020, 9:45 AM. Authored by
Details Ensure that there are spaces around braces '{', '}'. Ensure that there is a space before and after '=>'. Ensure that 'async' and 'when' are considered as keywords when inserting spaces.
Diff Detail Event TimelineComment Actions As a general comment, we should consider which of these special cases can already be simulated by a combination of existing style options:
|
Move this to the already existing } else if (Style.isCSharp()) { on line 2902 below.