Hello *,
what I'd want to achieve is to have different configurations for the same file extension that could be loaded or saved.
I know I can do this for different extensions like .txt and .txt1 for example.
But here there are some .txt files with different needs.
One should insert spaces for tabs with a tab width of 4 and insert a cr/lf after column 60.
The other one should insert real tabs with a width of 8 and no automatic linebreak.
Is there a way to do so without having to rename the original files?
Thanks in advance for any hints!
what I'd want to achieve is to have different configurations for the same file extension that could be loaded or saved.
I know I can do this for different extensions like .txt and .txt1 for example.
But here there are some .txt files with different needs.
One should insert spaces for tabs with a tab width of 4 and insert a cr/lf after column 60.
The other one should insert real tabs with a width of 8 and no automatic linebreak.
Is there a way to do so without having to rename the original files?
Thanks in advance for any hints!