You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,13 @@ The EditorConfig Notepad++ plugin supports the following EditorConfig
105
105
* charset
106
106
* root (only used by EditorConfig core)
107
107
108
+
## Fix indentation
109
+
110
+
In v0.5.0 a new menu item was added to the plugin named `Fix indentation`.
111
+
This is very simple way to fix the indentation style (tabs or spaces) at the **beginning** of the line.
112
+
113
+
It basically is the same as when you use `Ctrl+A` followed by `Tab` (to indent everything one level) and directly follow by `Shift-Tab` (to unindent everything back). It works most of the time, but only for the tabs/spaces at the start of a line, not at the end (like with comments at the end of the line are aligned).
114
+
108
115
## Bugs and Feature Requests
109
116
110
117
Feel free to submit bugs, feature requests, and other issues to the
0 commit comments