Tools: install-prereqs-ubuntu.sh: add support for Ubuntu Noble (24.04)
[ardupilot.git] / .dir-locals.el
blobdbf5ed0eda98a59abfd2e512f4a4048c46ccf056
1 ((prog-mode . ((indent-tabs-mode . nil)
2 (tab-width . 4)
3 (c-basic-offset . 4)))
4 (c-mode . ((mode . C++))))