aaron-jaeger / a-maze-in-space-game

0 stars 1 forks source link

Create a format template and stylecop file for our project #37

Open rob-miller-777 opened 6 years ago

rob-miller-777 commented 6 years ago

SA1500:CurlyBracketsForMultiLineStatementsMustNotShareLine

SA1107: CodeMustNotContainMultipleStatementsOnOneLine

SA1027: TabsMustNotBeUsed

PS: Becca wrote this comment not Rob

rob-miller-777 commented 6 years ago

I'm cool going to the C# way for braces, that was we can enforce the consistency. It also matches most of the examples out there.

rob-miller-777 commented 6 years ago

I also like the spaces over tabs, there is an editor setting to use spaces for tabs automaticaly jack.

rob-miller-777 commented 6 years ago

If you guys are interested in the changes so far, and the style stuff, see my branch here. https://github.com/Sergeant-Jaeger/top-down-ctf/compare/styleGuide?expand=1

jackm93 commented 6 years ago

I just prefer tabs but its whatever

rob-miller-777 commented 6 years ago

I dont care, but it will be easier to enforce consistency this way

beccannlittle commented 6 years ago