From 24d195d07cea7f4f996e199596e623c542f2384e Mon Sep 17 00:00:00 2001 From: Saji Date: Fri, 2 May 2025 21:44:06 -0500 Subject: [PATCH] fix indentation in markdown yaml frontmatter --- .editorconfig | 2 +- .ignore | 1 + content/blog/github-codesarch.md | 4 ++-- content/blog/hacking-hikmicro-pt1/hacking-hikmicro.md | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 .ignore diff --git a/.editorconfig b/.editorconfig index b283a03..7f30724 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -indent_style = tab +indent_style = space indent_size = 2 end_of_line = lf insert_final_newline = true diff --git a/.ignore b/.ignore new file mode 100644 index 0000000..5a06a39 --- /dev/null +++ b/.ignore @@ -0,0 +1 @@ +.jj/ diff --git a/content/blog/github-codesarch.md b/content/blog/github-codesarch.md index 8320073..d0fb1f4 100644 --- a/content/blog/github-codesarch.md +++ b/content/blog/github-codesarch.md @@ -2,8 +2,8 @@ title: Abusing regex in GitHub code search date: 2025-04-24 tags: - - short - - cybersec + - short + - cybersec --- I recently discovered that the new(ish) GitHub Code Search feature diff --git a/content/blog/hacking-hikmicro-pt1/hacking-hikmicro.md b/content/blog/hacking-hikmicro-pt1/hacking-hikmicro.md index 5447eff..8a61bd6 100644 --- a/content/blog/hacking-hikmicro-pt1/hacking-hikmicro.md +++ b/content/blog/hacking-hikmicro-pt1/hacking-hikmicro.md @@ -2,8 +2,8 @@ title: Reversing an image format date: 2025-01-15 tags: - - reverse-engineering - - hacking-hikmicro + - reverse-engineering + - hacking-hikmicro drafts: true ---