@REM タブ1個や半角スペース2個を全角スペースに ruby -Kslpe "$_.gsub!(/^(\s+)/){$&.gsub(/\s{2}|\t/,' ')}" < input.lua >output.txt