vendor: import KillerPDF 1.7.5 source (GPL-3.0) as the base for MMD PDF
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*.cs]
|
||||
# IDE0130 (namespace must match folder structure) is deliberately OFF. The KillerUI refactor
|
||||
# keeps ONE flat KillerPDF.Features namespace across the Features/<Name>/ folders - every
|
||||
# partial of a class must share a single namespace, and Killendar (the family's reference
|
||||
# implementation) uses the same flat shape. Folder-matching namespaces would fight both.
|
||||
dotnet_diagnostic.IDE0130.severity = none
|
||||
Reference in New Issue
Block a user