Files
Fable.SignalR/.editorconfig
2020-09-04 00:00:15 -05:00

15 lines
206 B
INI

# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
# All files
[*]
indent_style = space
# Xml files
[*.xml]
indent_size = 2
# YAML files
[*.yml]
indent_size = 2
indent_style = space