You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can omit ``--file`` and this will format all files under the directory where the command
104
+
has been called. Alternatively ``--cwd`` can also be passed set the base dir where the tool
105
+
should look for files. This option is also used to make the paths relative in the patch file.
106
+
107
+
You can also fix in place with
108
+
.. code-block:: bash
109
+
110
+
npx dts-linter --formatFixAll
111
+
112
+
113
+
Editor Integration
114
+
~~~~~~~~~~~~~~~~~~
115
+
116
+
* For VS Code: Install the extension from the `VS Code Marketplace <https://marketplace.visualstudio.com/items?itemName=KyleMicallefBonnici.dts-lsp>`_ or `Open VSIX <https://open-vsx.org/extension/KyleMicallefBonnici/dts-lsp>`_
117
+
* For other editors with LSP Client support: Use the devicetree-language-server `devicetree-language-server <https://www.npmjs.com/package/devicetree-language-server>`_
118
+
119
+
Make sure you follow `Devicetree Style Guidelines <https://docs.zephyrproject.org/latest/contribute/style/devicetree.html>`_
0 commit comments