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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -