protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Spaces instead of tabs indentation in Notepad++ #245

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set Notepad++ to use spaces instead of tabs from 
Settings->Preferences->Language Menu/Tab Settings
2. Write div#test>li*5 and expand abbreviation.

What is the expected output? What do you see instead?
<li> is indented using tabs instead of spaces.

What version of the product are you using? On what operating system?
Notepad++ v5.8.7 UNICODE
Windows XP SP3 32bit.

Original issue reported on code.google.com by teh.y...@gmail.com on 22 Feb 2011 at 8:53

GoogleCodeExporter commented 9 years ago
NPP doesn’t provide any option to get editor’s indentation settings so you 
have to open `zen_settings.js` file and change `indentation` variable

Original comment by serge....@gmail.com on 22 Feb 2011 at 9:31