Monorepo with centralized build props, npm workspaces, LlamaSharp AI, SQLite/SQLCipher storage, Svelte frontend, and unified smoke tests. Co-Authored-By: Oz <oz-agent@warp.dev>
5 lines
288 B
INI
5 lines
288 B
INI
[*.cs]
|
|
# Prefer expression body for single-line constructors/methods/properties
|
|
csharp_style_expression_bodied_constructors = when_on_single_line:suggestion
|
|
csharp_style_expression_bodied_methods = when_on_single_line:suggestion
|
|
csharp_style_expression_bodied_properties = true:suggestion |