From ad3a762aac64bb531751d962b7ee4d6ddf77f00a Mon Sep 17 00:00:00 2001 From: tison Date: Sun, 10 Mar 2024 14:16:08 +0800 Subject: [PATCH] fix: defensively access filepath (#161) Signed-off-by: tison --- .editorconfig | 7 +++++++ README.md | 10 +++++----- hugo.toml | 2 +- layouts/partials/website-source.html | 7 +++++-- 4 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..5694b924 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true diff --git a/README.md b/README.md index 669e8721..bd7f3c3f 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -