/wulechuan-js-get-valid-indentation-string

This program produces a string that could be used as a single level of indentation in any compute programing language source codes. Or throws an error if it fails to evaluate such a string. The said string contains either all spaces(spacebar), or all tabs(`'\t'`. But it is not allowed to contain a mix of space and tab.

Primary LanguagePowerShell

Watchers