-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update empty line extension (#20) - Fix settings
* Update empty line extension * Update packages * Update README.md Co-authored-by: arnaud7394 <marcille.arnaud@gmail.com>
- Loading branch information
1 parent
d8cd5cd
commit 8c5dd90
Showing
5 changed files
with
36 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
// ------------------------------------------------------------------------------ | ||
// ------------------------------------------------------------------------------ | ||
// <auto-generated> | ||
// This file was generated by the extension VSIX Synchronizer | ||
// This file was generated by VSIX Synchronizer | ||
// </auto-generated> | ||
// ------------------------------------------------------------------------------ | ||
namespace EmptyLineExtension22 | ||
{ | ||
internal sealed partial class Vsix | ||
{ | ||
public const string Id = "EmptyLineExtension22.e3b5b1d7-08a7-4dae-8a8b-d730a5d45620"; | ||
public const string Name = "EmptyLineExtension22"; | ||
public const string Description = @"Empty VSIX Project."; | ||
public const string Name = "EmptyLine Extension 22"; | ||
public const string Description = @"Visual Studio extension for remove empty lines (more than one consecutive empty line)"; | ||
public const string Language = "en-US"; | ||
public const string Version = "1.0"; | ||
public const string Author = "METROPOLIS"; | ||
public const string Tags = ""; | ||
public const string Version = "2.1"; | ||
public const string Author = "Rowtips"; | ||
public const string Tags = "Empty Clean lines remove emptyline delete vide ligne supprimer"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters