PSRule/.editorconfig

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