Skip to content

Commit 317e305

Browse files
author
Ricky Kaare Engelharth
committed
Shorten the description in the manifest, to conform to the 280 characters max
1 parent 8c745a0 commit 317e305

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/Atc.AutoFormatter/source.extension.vsixmanifest

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
<Metadata>
44
<Identity Id="Atc.AutoFormatter.89e28230-59c7-422e-b94f-3b1552ec7ffa" Version="1.0" Language="en-US" Publisher="Ricky Kaare Engelharth" />
55
<DisplayName>Atc AutoFormatter</DisplayName>
6-
<Description xml:space="preserve">An extension for formatting code files automatically accordning to the ATC team code style.
7-
8-
The formatter will apply the following actions on document save:
9-
* Remove any trailing line-breaks in the file
10-
* Remove any trailing white-space on lines in the file
11-
* Remove and sort using statements unless the file contains #if directives</Description>
6+
<Description xml:space="preserve">An extension for formatting code files automatically accordning to the ATC team code style.</Description>
127
<License>License.txt</License>
138
<Icon>Resources\Icon.png</Icon>
149
<PreviewImage>Resources\Logo.png</PreviewImage>

0 commit comments

Comments
 (0)