From 25fa2237ba8a96a86bf5db30baa597a5b25168d7 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 6 Sep 2025 15:26:03 -0700 Subject: generate the site and the resume using pandoc --- .editorconfig | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 8b2e254..0000000 --- a/.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_size = 2 -indent_style = space -trim_trailing_whitespace = true - -[*.{html,yaml,yml}] -max_line_length = off - -[{justfile}] -indent_size = 4 -- cgit v1.2.3