Сообщение Re: C++ code formatter от 05.10.2017 4:58
Изменено 05.10.2017 5:00 MTD
CS>Решил навести красоту в исходниках и привести их к единому формату. Оные редактировались на разных платформах, разных редакторах и соответственно разными верованиями в значение \t.
CS>Кто что порекомендует? Или я таки еще рано беспокоюсь и такого нет в природе?
Vera++ is a programmable tool for verification, analysis and transformation of C++ source code.
The main usage scenarios that are foreseen for Vera++ are:
Ensure that the source code complies with the given coding standards and conventions.
Provide source code metrics and statistics.
Perform automated transformations of the source code, which can range from pretty-printing to diagnostics to fault injection and advanced testing.
https://bitbucket.org/verateam/vera/wiki/Introduction
CS>Решил навести красоту в исходниках и привести их к единому формату. Оные редактировались на разных платформах, разных редакторах и соответственно разными верованиями в значение \t.
CS>Кто что порекомендует? Или я таки еще рано беспокоюсь и такого нет в природе?
Vera++ is a programmable tool for verification, analysis and transformation of C++ source code.
The main usage scenarios that are foreseen for Vera++ are:
Ensure that the source code complies with the given coding standards and conventions.
Provide source code metrics and statistics.
Perform automated transformations of the source code, which can range from pretty-printing to diagnostics to fault injection and advanced testing.
https://bitbucket.org/verateam/vera/wiki/Introduction
Или ты про spaces vs tabs? Я за 4 пробела.