Skip to content

Instantly share code, notes, and snippets.

View ragingbit's full-sized avatar

Johannes Steen ragingbit

View GitHub Profile
@ragingbit
ragingbit / draft-release.yml
Last active July 15, 2025 08:34
Release drafter
name: Release Drafter
on:
push:
branches: [ 'main' ]
pull_request:
types: [ 'opened', 'reopened', 'synchronize' ]
permissions:
contents: read
@ragingbit
ragingbit / .editorconfig
Last active July 15, 2025 08:43
EditorConfig
root = true
[*]
charset = utf-8
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true
[*.{json,yml,yaml}]
indent_size = 2