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 ---