microsoft/typespec

Public

mirrored fromhttps://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
379a0aec4451d65f7126f9292fc7a6d627c68508

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.editorconfig

11lines · modecode

1root = true
2
3[*]
4indent_size = 2
5indent_style = space
6end_of_line = lf
7insert_final_newline = true
8charset = utf-8
9
10[*.cs]
11indent_size = 4
12