chore: editor config

This commit is contained in:
Cory Dransfeldt 2023-05-23 09:54:10 -07:00
parent 401ed70d37
commit 147b2b2052
No known key found for this signature in database
5 changed files with 16 additions and 3 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = true
charset = utf-8
[*.js]
insert_final_newline = true

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -3,6 +3,7 @@ date: '2023-02-17'
title: 'Workflows: handling inbound email on Fastmail with regular expressions (now featuring ChatGPT)'
draft: false
tags: ['Email', 'Fastmail', 'regular expressions', 'workflows', 'ChatGPT']
image: /src/assets/img/og/fastmail-workflow.jpg
---
I've been using Fastmail for years now and have explored a number of different approaches to handling mail. I've approached it by creating rules targeting lists of top level domains, I've gone with no rules at all and a heavy-handed approach to unsubscribing from messages (operating under the idea that _everything_ warrants being seen and triaged) and I've even used HEY.<!-- excerpt -->[^1]

View file

@ -3,7 +3,7 @@ date: '2023-05-23'
title: 'I block ads'
draft: false
tags: ['advertising', 'privacy', 'tech']
image: https://cdn.coryd.dev/blog/adblocks.jpg
image: /src/assets/img/og/adblocks.jpg
---
I block ads in the browser.