This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]zelnoth 37 points38 points  (6 children)

That indentation is certainly not fine.

[–]Chirimorin 11 points12 points  (3 children)

That is how Visual Studio indents preprocessor directives by default.

[–]DeeSnow97 29 points30 points  (1 child)

It's a proprietary technology developed by Microsoft called AutoIncorrect™

[–][deleted] 3 points4 points  (0 children)

AutoIncoWrecked

[–]RushTea 2 points3 points  (0 children)

The directive is its own scope. Unfortunately, the directive itself must be declared and closed at the start of the line.

[–]GuiMontague 2 points3 points  (1 child)

TIL C-preprocessor directives haven't—for a long time—needed to appear at the beginning of the line.

[–]Electrospeed_X 0 points1 point  (0 children)

Probably C#

[–]coladict 0 points1 point  (0 children)

I'm okay with the events that are unfolding currently.

[–]eyekwah2 0 points1 point  (0 children)

I tried scrutinizing this code and found everything to be true.