1
0
Fork 0

fix indentation in markdown yaml frontmatter

This commit is contained in:
Saji 2025-05-02 21:44:06 -05:00
parent 7d3b28919d
commit 24d195d07c
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
root = true root = true
[*] [*]
indent_style = tab indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true

1
.ignore Normal file
View file

@ -0,0 +1 @@
.jj/

View file

@ -2,8 +2,8 @@
title: Abusing regex in GitHub code search title: Abusing regex in GitHub code search
date: 2025-04-24 date: 2025-04-24
tags: tags:
- short - short
- cybersec - cybersec
--- ---
I recently discovered that the new(ish) GitHub Code Search feature I recently discovered that the new(ish) GitHub Code Search feature

View file

@ -2,8 +2,8 @@
title: Reversing an image format title: Reversing an image format
date: 2025-01-15 date: 2025-01-15
tags: tags:
- reverse-engineering - reverse-engineering
- hacking-hikmicro - hacking-hikmicro
drafts: true drafts: true
--- ---