fix indentation in markdown yaml frontmatter
This commit is contained in:
parent
7d3b28919d
commit
24d195d07c
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue