-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed "Formatter not found" bug in ST3 3088
- Loading branch information
1 parent
06621b8
commit 72162fc
Showing
4 changed files
with
11 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* CodeFormatter | ||
* | ||
* Copyright (c) 2009-2014, Avtandil Kikabidze aka LONGMAN <[email protected]>. | ||
* Copyright (c) 2009-2015, Avtandil Kikabidze aka LONGMAN <[email protected]>. | ||
* All rights reserved. | ||
* | ||
* Redistribution and use in source and binary forms, with or without | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Sublime CodeFormatter 2.4.2 Changelog: | ||
|
||
Please report me any bugs and proposals at [email protected] or GitHub (https://github.com/akalongman/sublimetext-codeformatter/issues) | ||
|
||
Fixes | ||
------------ | ||
- Fixed "Formatter not found" bug in ST3 3088. Thanks to @momoca |