Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
wjakob committed Jan 14, 2025

Verified

This commit was signed with the committer’s verified signature.
Eliulm Elias Wahl
1 parent 30dcf9a commit 8badd40
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/faq.rst
Original file line number Diff line number Diff line change
@@ -386,12 +386,9 @@ Policy on Clang-Tidy, ``-Wpedantic``, etc.
------------------------------------------

nanobind regularly receives requests from users who run it through Clang-Tidy,
or who compile with increased warnings levels, like

``-Wpedantic``, ``-Wcast-qual``, ``-Wsign-conversion``, etc.

(i.e., beyond the increased ``-Wall``, ``-Wextra`` and ``/W4`` warning levels
that are already enabled)
or who compile with increased warnings levels, like ``-Wpedantic``,
``-Wcast-qual``, ``-Wsign-conversion``, etc. (i.e., beyond the increased
``-Wall``, ``-Wextra`` and ``/W4`` warning levels that are already enabled)

Their next step is to open a big pull request needed to silence all of the
resulting messages.

0 comments on commit 8badd40

Please sign in to comment.