Use the following command if you do not want any indent in a list environment:
\begin{itemize}[leftmargin=*]
\item A
\item B
\end{itemize}
Use the following command to control the vertical spacing in a list environment:
\begin{itemize}
\setlength\itemsep{0em}
\item A
\item B
\end{itemize}