You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is common to have a copyright header at the top of a file like this:
/* Copyright blah
* Blah blah blah
*/
If the whole file is space-indented, that's fine. But even in a tab-indented file, it's common to have these single spaces in the copyright header at top. That should not throw off the indent detection in
It is common to have a copyright header at the top of a file like this:
If the whole file is space-indented, that's fine. But even in a tab-indented file, it's common to have these single spaces in the copyright header at top. That should not throw off the indent detection in
The text was updated successfully, but these errors were encountered: