matthieukern / atom-epitech-norm

1 stars 0 forks source link

patch conditional indent #5

Closed IniterWorker closed 8 years ago

IniterWorker commented 8 years ago

Patch conditional indent

if (1)
  if (1)
    if (1)
IniterWorker commented 8 years ago

Problem spotted

while (1)
  while (1);
  ...

I'll start looking this problem tomorrow.