fix indentation in markdown yaml frontmatter
This commit is contained in:
parent
7d3b28919d
commit
24d195d07c
|
@ -1,7 +1,7 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = tab
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
title: Reversing an image format
|
||||
date: 2025-01-15
|
||||
tags:
|
||||
- reverse-engineering
|
||||
- hacking-hikmicro
|
||||
- reverse-engineering
|
||||
- hacking-hikmicro
|
||||
drafts: true
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue