Is there a way to ensure that the vertical spacing between every item (line) in a list is exactly the same? I tried specifying the "itemsep", but the resulting spacing still depends on what characters are written in the respective line. See below an example, where the separation between bullets 1 and 2 is smaller than the rest, because line 1 has no character like "p" or "y" or "," that go below the baseline:
Below the example code:
\begin{itemize}
\item Vendor
\item Repositories
\item Measurements,
\item Cylinders
\end{itemize}

