tc39 / test262

Official ECMAScript Conformance Test Suite
Other
2.38k stars 461 forks source link

Use space instead of tab in comments #4057

Closed sosukesuzuki closed 6 months ago

sosukesuzuki commented 6 months ago

If there is no necessity for it to be a tab, then I think we should use spaces for consistency.

context: WebKit style check is failed because of this(https://github.com/WebKit/WebKit/pull/27213).