I want to increase the vertical height between rows. How can I do this for the all document?

\documentclass{article}
\usepackage[utf8]{inputenc}
\begin{document}
I want to increase vertical height between rows. I want to increase vertical height between rows. I want to increase vertical height between rows. I want to increase vertical height between rows.
\end{document}
\usepackage{setspace}\ and than\onehalspaceor for example\setstretch{1.125}`. – Zarko Mar 24 '22 at 18:21