irrlicht/examples
Desour dd1043c4c0 Replace non-leading tabs with spaces, using:
find -type f |  # list all regular files
  grep -E '\.(h|cpp|mm)$' |  # filter for source files
  grep -v '/mt_' |  # filter out generated files
  grep -v '/vendor/' | # and vendored GL
  xargs -n 1 -P $(nproc) ./replace_non_leading_tabs.lua  # reformat everything
2024-03-21 22:08:26 +01:00
..
AutomatedTest Replace non-leading tabs with spaces, using: 2024-03-21 22:08:26 +01:00
CMakeLists.txt Require C++17 at the top level 2023-11-01 14:40:11 +01:00