diff options
| author | dearblue <[email protected]> | 2021-05-05 19:01:57 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2021-05-05 22:16:03 +0900 |
| commit | 6fc5dc986a5ffc1a74c63ad0617ea1dcc10d3cdd (patch) | |
| tree | 86da312642d6093ebd28452e13c295a842ed118a /.git-blame-ignore-revs | |
| parent | 35a6dfe905ec3cca51dabbcc8d17032c9f3a305c (diff) | |
| download | mruby-6fc5dc986a5ffc1a74c63ad0617ea1dcc10d3cdd.tar.gz mruby-6fc5dc986a5ffc1a74c63ad0617ea1dcc10d3cdd.zip | |
Extend the tab with 8 whitespace
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.
Diffstat (limited to '.git-blame-ignore-revs')
0 files changed, 0 insertions, 0 deletions
