Skip to content

Instantly share code, notes, and snippets.

View kurnakovv's full-sized avatar
👴
Dead inside, Babka outside...

kurnakovv

👴
Dead inside, Babka outside...
View GitHub Profile
# Remove the line below if you want to inherit .editorconfig settings from higher directories
root = true
# C# files
[*.cs]
#### Core EditorConfig Options ####
# Indentation and spacing
indent_size = 4
@davidfowl
davidfowl / dotnetlayout.md
Last active August 17, 2026 18:44
.NET project structure
$/
  artifacts/
  build/
  docs/
  lib/
  packages/
  samples/
  src/
 tests/