bazelbuild / starlark

Starlark Language
Apache License 2.0
2.44k stars 163 forks source link

Clarify indentation can only be spaces, not tabs #246

Closed stepancheg closed 1 year ago

stepancheg commented 1 year ago

Bazel prohibits indentation with tabs.

We should clarify whether we allow spaces or not.

If we prohibit tabs (as this PR suggests) implementation may choose to support tab indentation as an extension.

(I tried to define indent and outdent tokens formally and gave up, so this PR adds vague text about indentation.)