Absolut
Absolut

Reputation: 1310

How I can increase tab width in notepad++ (v6.5)?

This is example of two 4-space indentations https://i.sstatic.net/oG9CK.png

But indentation from notepad++ narrower with same number of spaces How I can change it?

Upvotes: 99

Views: 94902

Answers (5)

TanguyP
TanguyP

Reputation: 126

In Notepad++ 8.7, you should go to Settings > Preferences > Indentation.

If you want specific settings per language, select the language you want from the list. Otherwise, select [Default], that seems to apply to all languages (even, oddly enough, those for which "Use default value" is unticked).

Then fill in the value you want in Indent size.

Upvotes: 2

Display name
Display name

Reputation: 1552

Version 7.8.1, from the main menu "Settings"->"Preferences..." on the very far right near the bottom of the "Preferences" dialog you'll see "Tab size:" and a clickable link that you can use to change the size.

enter image description here

Upvotes: 14

granters
granters

Reputation: 199

Notepad++ newest version, as of 2/24: Settings > Preferences > Language > Tab Settings. It's the blue, underlined value labeled "Tab Size:", just click it.

Upvotes: 13

user2230470
user2230470

Reputation:

For versions prior to v7, you can find the option under:

Preferences > Settings > Tab Settings

Upvotes: 6

alexGIS
alexGIS

Reputation: 1507

In version 7.2.2, the Tab Settings are under:

Settings > Preferences > Language > Tab Settings

Upvotes: 141

Related Questions