Hi friends help me please with my problem.
a long indentation without numbering only .txt files
While you’re editing a text file, select Preferences > Settings - Syntax Specific to open the settings that are specific to plain text file and add in the following settings:
"line_numbers": false,
"draw_centered": true
Right settings, wrong syntax; the syntax specific preference file you have open is Markdown.sublime-settings but the syntax used for text files is Plain Text.sublime-settings.
I solved the problem.
I had to pick the syntax
view - syntax - plain text or … any other