Skip to content

Instantly share code, notes, and snippets.

View Pilvinen's full-sized avatar
🖕
Aspiring to heights

Poika Pilvimaa Pilvinen

🖕
Aspiring to heights
View GitHub Profile
@paulloz
paulloz / GodotSink.cs
Last active March 18, 2024 10:37
Godot Serilog Sink
using Godot;
using Serilog;
using Serilog.Configuration;
using Serilog.Core;
using Serilog.Events;
using Serilog.Formatting;
using Serilog.Formatting.Display;
using Serilog.Parsing;
using System;
using System.Globalization;
@RealDotNetDave
RealDotNetDave / .editorConfig
Last active May 2, 2024 20:50
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5
# Updated May 2, 2024
# dotNetDave's NEW coding standards book is available at: https://bit.ly/CodingStandards8
# Rockin' the Code World with dotNetDave (weekly live show): https://bit.ly/RockinCodeWorldShows
root = true
# All Files
[*]