I've updated the lib to add the formatting rules allyn uses on orbis. We want all our codebases to be consistent, so I plan to repeat this task on all libraries/applications we have.
This will give us a baseline to work from and decide if and what other rules changes we would prefer.
The first commit is the actual changes to VS Code settings, which is the crux of the PR. The 2nd commit is just me having opened and saved each file, to trigger re-formatting. I don't know how rigorous you want to be on that commit, really.
NOTE: I suggest checking out this branch, opening a few of the changed files and saving it, see if there are local formatting changes. If so, we still have a problem, if not, then future changes should not have formatting changes mixed in with real changes.
I've updated the lib to add the formatting rules allyn uses on orbis. We want all our codebases to be consistent, so I plan to repeat this task on all libraries/applications we have.
This will give us a baseline to work from and decide if and what other rules changes we would prefer.
The first commit is the actual changes to VS Code settings, which is the crux of the PR. The 2nd commit is just me having opened and saved each file, to trigger re-formatting. I don't know how rigorous you want to be on that commit, really.
NOTE: I suggest checking out this branch, opening a few of the changed files and saving it, see if there are local formatting changes. If so, we still have a problem, if not, then future changes should not have formatting changes mixed in with real changes.