pulumi / pulumi-dotnet

.NET support for Pulumi
Apache License 2.0
28 stars 25 forks source link

Use editor config for formatting #81

Closed Zaid-Ajaj closed 1 year ago

Zaid-Ajaj commented 1 year ago

With the following config:

[*.cs]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8