Currently all of my figures look like this:
\begin{figure}
\centering
\includegraphics[width=0.5\columnwidth]{my-figure}
\end{figure}
I would like to avoid specifying \centering in each figure, and instead would like to specify an alternative orientation if needed (rarely). Is this possible?