vim - Are there any auto-indent tools for device tree source (.dts, .dtsi) files? -
does know of tools can indenting .dts/dtsi files? vim not seem have 1 , emacs has dts-mode not handle c-style multi-line comments in way prefer. there other source code indentation or formatting tools known work device tree files?
anyway, since there doesn't appear any, i've started working on vim-dts-indent. it's not yet works okay on reasonably-sized blocks.
my main goals fall cindent when in middle of c-style comment avoid lots of work , integrate un-indentation of c preprocessor directives.
Comments
Post a Comment