I don’t really know how to phrase this question, so I am sorry if I am a bit meander-y. This question pertains to the formatting side of typesetting in LaTeX, not the compiling side.
I am currently self-studying a textbook on Information Theory. While reading I am taking notes in LaTeX, using TeXMaker. I am a big fan of using bullet-points/lists. To do so, I use the enumerate/itemize environments. I also like to keep my code tidy, using indentation. When I start a list environment, I like to have all my \items below my \begin{enumerate}, indented exactly once.
The problem with this is that whenever the text pertaining to a specific \item is longer than one line, it wraps around, and starts from the very left of the screen. See the image below to understand this better.
One solution I have tried to amend this, is to simply indent the text that has wrapped around.
However, this causes a problem whenever I find a typo in something I have previously typed. At that point, the extra text that I add sometimes causes the text to wrap at a different point, making the additional tabs to appear in the \item text, as shown below.
My question is, is there any way to force the text to align below the \begin{enumerate} tabbed in exactly once, so that I don’t have to deal with this every time I change something in my text. I know this might seem like minutia, but it’s the small things that really bother me.
I would have added more pictures to make this clearer, however due to my low reputation I can't.
Thank you in advance.


