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
[*]
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
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
date: 2025-04-24
tags:
- short
- cybersec
- short
- cybersec
---
I recently discovered that the new(ish) GitHub Code Search feature

View file

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