Consider this config:
Assuming there is an empty trailing newline, press enter. The new line will be indented, which is probably not what you want.
Now try copying the entire snippet and pasting it underneath to duplicate it. The entire snippet will be indented one level, resulted in:
[foo]
one = "one"
[foo]
one = "one"
No matter how many empty trailing newlines you add, this will still happen. This notably differs from auto-indentation issues when pasting for other languages.
Consider this config:
Assuming there is an empty trailing newline, press enter. The new line will be indented, which is probably not what you want.
Now try copying the entire snippet and pasting it underneath to duplicate it. The entire snippet will be indented one level, resulted in:
No matter how many empty trailing newlines you add, this will still happen. This notably differs from auto-indentation issues when pasting for other languages.