diff --git a/.editorconfig b/.editorconfig index 1646e19..92f2c50 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,7 @@ +[*] +end_of_line = lf +insert_final_newline = true + [*.{js,ts,html}] charset = utf-8 indent_style = tab diff --git a/bin/csvtomarkdown b/bin/csvtomarkdown index 4a3d9ed..ddddf62 100755 --- a/bin/csvtomarkdown +++ b/bin/csvtomarkdown @@ -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."); -} \ No newline at end of file +}