Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Jan 14, 2025
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
Expand Up @@ -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.
Expand Down

0 comments on commit 8badd40

Please sign in to comment.