Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7303b8c

Browse files
authored
Exclude files (#54)
* Add "excludePatterns" option to exclude files with glob patterns.
1 parent ba08aa6 commit 7303b8c

12 files changed

+352
-130
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ All notable changes to the "pascal-uses-formatter" extension will be documented
33

44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

6+
## [0.6.0]
7+
- Add "excludePatterns" option to exclude files with glob patterns.
68
## [0.5.2]
79
- Fix parsing infinite loop
810
## [0.5.1]

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Command: pascal-uses-formatter.formatUses
2020

2121
* pascal-uses-formatter.**formatOnSave**: when the extension is activated it also auto formats on save.
2222

23+
* pascal-uses-formatter.**excludePatterns**: An array of glob patterns for file names to exclude from sorting.
24+
2325
* pascal-uses-formatter.**formattingStyle**: Select formatting style.
2426

2527
(Default) Comma at the end:

0 commit comments

Comments
 (0)