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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,9 @@ If you wish to include the files that are included by default, set `"beautify.on
55
55
Embedded version of js-beautify is v1.6.2.
56
56
57
57
## Changes:
58
+
### 0.1.2: 20 Mar 2016
59
+
* Beautify with no .jsbeautifyrc file in path tree will use workspace settings for tabs/spaces indent. [Issue #11](https://github.com/HookyQR/VSCodeBeautify/issues/11)<br>Will use the editor setting if the file being beautified is visible, or workspace/user setting if it is not visible. (Beautify of a non-visible file can be envoked when beautify on save is enabled.)
60
+
58
61
### 0.1.1: 15 Mar 2016
59
62
* Allow beautify on save to work with types in `beautify.*Files` settings. [Issue #9](https://github.com/HookyQR/VSCodeBeautify/issues/9)
60
63
* Fix `beautify.*Files` settings requiring a `.` before the extension (both styles are now accepted).
0 commit comments