codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

_PascalCase fields do not get converted to _camelCase

Open bartonjs opened this issue 10 years ago • 0 comments

public class CryptoStream
{
    private byte[] _InputBuffer;
}

_InputBuffer did not get rewritten to _inputBuffer.

bartonjs avatar May 14 '15 21:05 bartonjs