-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Command Line Utilities, Developer Productivity, Lint
-
Storage Engines
-
StorEng - Defined Pipeline
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.
- We should make a one-time change to replace all tabs with spaces and
- 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).
- related to
-
WT-12866 Eliminate the use of <TAB> character in dist scripts
- Open