microsoft/typespec

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
e26e7826068edd7ad2659a4a2ea74397dcdd1ea6

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