Current method assumes that you are in the esp-idf directory when executing install. This method will get the correct path regardless of where you execute from. Merges https://github.com/espressif/esp-idf/pull/6718
Install and export script should work on systems without "python" executable. Closes https://github.com/espressif/esp-idf/pull/6471 Closes https://github.com/espressif/esp-idf/issues/6532 Related to https://github.com/espressif/esp-idf/issues/6421 and https://github.com/espressif/arduino-esp32/issues/4717
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
Closes https://github.com/espressif/esp-idf/issues/4459 Merges https://github.com/espressif/esp-idf/pull/4944