It’s not a big deal, but inconsistent. When starting a ESP32 project for Arduino it creates a main.cpp file which has of course void setup() & void loop() in it.
When creating a new project for the ESP-IDF, it does not create a bare bones main.c file like it does for
Arduino.