• dearblue's avatar
    Extend the tab with 8 whitespace · 6fc5dc98
    dearblue authored
    This work was done as follows:
    - check:   `git grep $'\011' -- :^oss-fuzz`
    - convert: `ruby -pi -e 'nil while $_.sub!(/^(.*?)\t/) { $1 + " " * (8 - $1.size % 8) }'`
    
    The `doc/guide/{compile,mrbgems}.md` file adds and removes whitespace to make the directory tree look the same.
    In `mrbgems/mruby-socket/src/socket.c`, there is a part where the indent is changed from 4 to 2 at the same time as the tab is changed.
    6fc5dc98
socket.c 27.4 KB