This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecac8ec
commit 9633d86
Showing
27 changed files
with
2,175 additions
and
1,190 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_style = space | ||
insert_final_newline = true | ||
tab_width = 4 | ||
trim_trailing_whitespace = true | ||
|
||
[*.json] | ||
insert_final_newline = false | ||
|
||
[*.{gif,gitignore,html,jpeg,jpg,md,png,svg,vscodeignore}] | ||
insert_final_newline = false | ||
trim_trailing_whitespace = false | ||
|
||
[LICENSE] | ||
insert_final_newline = false | ||
trim_trailing_whitespace = false |
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,15 +1,16 @@ | ||
.vscode/** | ||
typings/** | ||
out/test/** | ||
test/** | ||
src/** | ||
**/*.map | ||
.gitignore | ||
images/**/*.gif | ||
.vscode/** | ||
documentation/** | ||
!documentation/examples/* | ||
!documentation/images/* | ||
!documentation/documentation.html | ||
images/**/*.gif | ||
out/test/** | ||
src/** | ||
typings/** | ||
test/** | ||
.editorconfig | ||
.gitignore | ||
ISSUE_TEMPLATE.md | ||
tsconfig.json | ||
vsc-extension-quickstart.md | ||
tslint.json |
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,35 @@ | ||
Before you open an issue, please check if a similar issue already exists or has been closed before. | ||
|
||
## Expected behavior | ||
|
||
Please provide a description of the behavior you expect. | ||
|
||
## Actual behavior | ||
|
||
Please provide a description of the actual behavior you observe. | ||
|
||
## Steps to reproduce the problem | ||
|
||
1. | ||
1. | ||
1. | ||
|
||
## Code sample | ||
|
||
``` | ||
Please provide a code snippet. | ||
``` | ||
|
||
## Screenshot / GIF | ||
|
||
Please attach screenshot/gif if you consider them as helpful to understand/reproduce the issue. | ||
|
||
## Specifications | ||
|
||
- VS Code version: | ||
- MJML extension version: | ||
- Operating system and version: | ||
|
||
## Other information | ||
|
||
List any other information that is relevant to your issue. |
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
Oops, something went wrong.