Input ```xml <NoWarn> CA1031; <!-- Since this is not a library project, catching general exceptions is OK --> IDE0005; <!-- Allow unused usings --> </NoWarn> ``` Output ```xml <NoWarn > CA1031; <!-- Since this is not a library project, catching general exceptions is OK --> IDE0005; <!-- Allow unused usings --> </NoWarn> ```