Ryan Richardson
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Ryan Richardson commented, -
Ryan Richardson created a post, AnsweredTrim additional indentation when pasting?
File 1 Code: var stuff = new List<string>(); var newStuff = new List<otherStuff>(); File 2 Code: var fileStuff = new List<FileInfo>(); If I copy a li...