You're breathtaking!

This commit is contained in:
Wojtek Figat
2020-12-07 23:40:54 +01:00
commit 6fb9eee74c
5143 changed files with 1153594 additions and 0 deletions

34
Source/.editorconfig Normal file
View File

@@ -0,0 +1,34 @@
root = true
[*]
end_of_line = crlf
insert_final_newline = true
charset = utf-8
[*.ttinclude]
insert_final_newline = false
# C++ files
[*.{cpp,c,h,hpp}]
indent_style = space
indent_size = 4
# C# files
[*.cs]
indent_style = space
indent_size = 4
# XAML files
[*.xaml]
indent_style = space
indent_size = 2
# MSBuild
[*.{csproj,proj,projitems,shproj,fsproj,target,props}]
indent_style = space
indent_size = 2
# Python files
[*.py]
indent_style = space
indent_size = 4