From 94951e8bea7bb7cbb2ea906188e00be37057fcdf Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Fri, 1 Dec 2023 14:06:01 -0600 Subject: [PATCH] Update editorconfig Signed-off-by: Jesse Donat --- .editorconfig | 4 ++++ bin/csvtomarkdown | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 +}