I'm using VS Code to write LaTeX and doing version control using git. Therefore, I would like to have one sentence per line.
\section{Hello}
This is a sentence.
This is another sentence.
What I would like is for VS Code to automatically add a new line after I hit space when followed by a period. This is possible for instance in Sublime:
https://forum.sublimetext.com/t/insert-new-line-after-specific-character/15190
How can I define a similar key binding in VS Code?