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
Copy file name to clipboardExpand all lines: source/docs/software/advanced-gradlerio/code-formatting.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,9 +176,6 @@ Requirements
176
176
^^^^^^^^^^^^
177
177
178
178
- `Python 3.6 or higher <https://www.python.org/>`__
179
-
- clang-format (included with `LLVM <https://releases.llvm.org/download.html>`__)
180
-
181
-
.. important:: Windows is not currently supported at this time! Installing LLVM with Clang **will** break normal robot builds if installed on Windows.
182
179
183
180
You can install `wpiformat <https://github.com/wpilibsuite/styleguide/blob/main/wpiformat/README.rst>`__ by typing ``pip3 install wpiformat`` into a terminal or command prompt.
184
181
@@ -213,6 +210,6 @@ An example styleguide is shown below:
213
210
214
211
You can turn this into a :doc:`CI check <robot-code-ci>` by running ``git --no-pager diff --exit-code HEAD``, as shown in the example GitHub Actions workflow below:
0 commit comments