Skip to content

Instantly share code, notes, and snippets.

@nonsensation
nonsensation / .editorconfig
Last active May 22, 2026 11:49
Editorconfig
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# .NET formatting rules
[*.{cs,vb}]
@nonsensation
nonsensation / omnisharp.json
Last active July 14, 2021 10:14
omnisharp.json
{
"FormattingOptions": {
"NewLine": "\n",
"UseTabs": false,
"TabSize": 4,
"IndentationSize": 4,
"IndentBraces": false,
"IndentBlock": true,
"IndentSwitchSection": true,
@nonsensation
nonsensation / azure-pipelines.yml
Created June 30, 2020 08:05
Azure Pipelines refused to build with "error NU1101: Unable to find package"
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
variables:
sln: './src/non.sln'
tests: './src/NonConTroll.Tests/NonConTroll.Tests.csproj'
samples: './samples/samples.sln'
parameters:
- name: operatingSystems
type: object
@nonsensation
nonsensation / synergy.sgc
Created January 24, 2018 16:59
Synergy Keybinding toggle screen + lock cursor
section: screens
ThinkPad:
halfDuplexCapsLock = false
halfDuplexNumLock = false
halfDuplexScrollLock = false
xtestIsXineramaUnaware = false
switchCorners = none
switchCornerSize = 0
DESKTOP:
halfDuplexCapsLock = false