tc39 / test262

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

Use spaces instead of tabs #4159

Closed sosukesuzuki closed 3 months ago

sosukesuzuki commented 3 months ago

When we update tesst262 for WebKit, WebKit style checker warns for tabs (context: https://github.com/WebKit/WebKit/pull/30940 ).

For consistency, I think we should use spaces instead of tabs.

sosukesuzuki commented 3 months ago

Yes I agree with you, I personally don't care which one we use, but we need to be consistent.