codeformatter
codeformatter copied to clipboard
CodeFormatter should remove unnecessary "global::" qualifiers
Many of the files not yet moved from closed source to open in corefx have "using global::System;". Aside from "using System" being usually redundant due to the contained namespace chain, the global prefix is something we're manually removing before publishing to github.