Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Donat <[email protected]>
  • Loading branch information
donatj committed Dec 1, 2023
1 parent d8faaeb commit 94951e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true

[*.{js,ts,html}]
charset = utf-8
indent_style = tab
Expand Down
2 changes: 1 addition & 1 deletion bin/csvtomarkdown
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ function displayHelp() {
console.log(" --delim [delimiter] Specify a custom delimiter. Default is tab character. Any valid string. Special cases are provided for :tab, :comma, :semicolon.");
console.log(" --headers Use the first line as a header.");
console.log(" --help Display this help message and exit.");
}
}

0 comments on commit 94951e8

Please sign in to comment.