We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8f2ee commit 99703ceCopy full SHA for 99703ce
talk/tools/formatting.tex
@@ -17,7 +17,7 @@
17
\item \mintinline{bash}{clang-format -i <file.cpp>} (looks for .clang-format file)
18
\item \mintinline{bash}{git clang-format} (formats local changes)
19
\item \mintinline{bash}{git clang-format <ref>} (formats changes since git \textless{}ref\textgreater{})
20
- \item Some editors/IDEs (e.g. VSCode) find a .clang-format file and adapt
+ \item Most editors/IDEs can find a .clang-format file and adapt
21
\end{itemize}
22
\end{block}
23
\end{frame}
0 commit comments