generated from tiddly-gittly/TiddlyWiki-TS-Plugin-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
3 changed files
with
149 additions
and
133 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/dist/index.cjs b/dist/index.cjs | ||
index 174b86cd2d3d4c4c631ef1f432761f66277f52c7..e3a94aba782a33714951733d8d974f269a5c3ef8 100644 | ||
--- a/dist/index.cjs | ||
+++ b/dist/index.cjs | ||
@@ -209,7 +209,7 @@ class Formatter { | ||
this.toml = createFormatter(toml.getBuffer(), globalConfig, pluginConfig.toml); | ||
this.json = createFormatter(json.getPath(), globalConfig, pluginConfig.json); | ||
this.markdown = createFormatter(markdown.getPath(), globalConfig, pluginConfig.markdown); | ||
- this.dockerfile = createFormatter(dockerfile.getBuffer(), globalConfig, pluginConfig.dockerfile); | ||
+ this.dockerfile = createFormatter(dockerfile.getPath(), globalConfig, pluginConfig.dockerfile); | ||
} | ||
format(filename, source) { | ||
const language = detectLanguage(filename); |
Oops, something went wrong.