Skip to content

Commit

Permalink
feat: Add newline between header lines
Browse files Browse the repository at this point in the history
  • Loading branch information
narze committed Jul 6, 2021
1 parent 0d7b181 commit b917404
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function generateKlc(
`VERSION\t${layout.version}`,
]

fs.writeFileSync("./output/test.klc", lines.join("\n"), {
fs.writeFileSync("./output/test.klc", lines.join("\n\n"), {
encoding: "utf8",
})
}
Expand Down
5 changes: 5 additions & 0 deletions output/test.klc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
KBD Manoonchai "Thai Manoonchai v1.0"

COPYRIGHT "MIT"

COMPANY "Manoonchai"

LOCALENAME "th-TH"

LOCALEID "0000041e"

VERSION 1.0

0 comments on commit b917404

Please sign in to comment.