зеркало из https://github.com/microsoft/PSRule.git
9 строки
239 B
INI
9 строки
239 B
INI
|
# EditorConfig is awesome: https://EditorConfig.org
|
||
|
|
||
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
# Dotnet code style settings:
|
||
|
[*.cs]
|
||
|
# Sort using and Import directives with System.* appearing first
|
||
|
dotnet_sort_system_directives_first = true
|