diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..469b0a3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4 +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/src/components/Header.astro b/src/components/Header.astro index 25e343e..b64b5be 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -24,7 +24,7 @@ const translation = useTranslations(lang);