Hi Mike, Eelco, Eelco Chaudron, Jun 12, 2023 at 16:54: > I also like the idea, but the editoconfig does not seem to bring much > to the table for C. And it looks like there is not much activity on > the project. It might be better to look at clang-format, however, this > is c/c++ specific. > > Just my 2c, but we might end up with a configuration file for each > person’s favorite editor/linter.
The editorconfig project itself does not do much. And since it only affects line length and indent style, I don't expect there should be many improvements. It is less strict that full C formatters like clang-format and uncrustify. But it is simple enough and allows jumping across multiple projects which have all different indent rules and not loose your sanity. In any case, having a .editorconfig file is not mutually exclusive with other tools. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
