Clean up all Tab characters from C sources and make an s_* script to check it

XMLWordPrintableJSON

    • Storage Engines, Storage Engines - Foundations
    • StorEng - Defined Pipeline
    • None

      Our C coding style requires to use spaces for formatting. However, there are over 300 files using tabs:

      $ fgrep -lr $'\t' . --include=*.[ch] | wc -l
           367
      

      Many of these uses are inconsistent or mix tabs and spaces.

      1. We should make a one-time change to replace all tabs with spaces and
      2. Add a check that new PRs don't introduce new Tabs by running a check in one of our dist/s_* scripts (could be a separate ticket and PR).

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Yury Ershov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: