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
105
+
has been called. Alternatively ``--cwd`` can also be passed set the base dir where the tool
106
+
should look for files. This option is also used to make the paths relative in the patch file.
107
+
108
+
You can also fix in place with
109
+
.. code-block:: bash
110
+
111
+
npx dts-linter --formatFixAll
112
+
113
+
114
+
Editor Integration
115
+
~~~~~~~~~~~~~~~~~~
116
+
117
+
* 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>`_
118
+
* For other editors with LSP Client support: Use the devicetree-language-server `devicetree-language-server <https://www.npmjs.com/package/devicetree-language-server>`_
119
+
120
+
Make sure you follow `Devicetree Style Guidelines <https://docs.zephyrproject.org/latest/contribute/style/devicetree.html>`_
0 commit comments