mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2025-12-26 07:47:56 +01:00
* Move Spectre.Console.Cli to its own repository * Update build script to use Cake.Sdk and .NET Make * Remove StyleCop (unmaintained) * Add linting using dotnet format * Fix generator which was broken * Update dependencies
27 lines
405 B
INI
27 lines
405 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = LF
|
|
indent_style = space
|
|
indent_size = 4
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{sln,slnx}]
|
|
indent_style = tab
|
|
|
|
[*.{csproj,vbproj,vcxproj,vcxproj.filters}]
|
|
indent_size = 2
|
|
|
|
[*.{xml,config,props,targets,nuspec,ruleset}]
|
|
indent_size = 2
|
|
|
|
[*.{yml,yaml}]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false |