Add .editorconfig

This commit is contained in:
Marius Greuel 2020-03-10 22:36:00 +02:00
parent 286a28f5d4
commit 35e10d950c
2 changed files with 11 additions and 0 deletions

6
.editorconfig Normal file
View File

@ -0,0 +1,6 @@
# To learn more about .editorconfig see https://aka.ms/editorconfigdocs
[*]
indent_style = space
indent_size = 4
tab_width = 8

View File

@ -13,6 +13,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libusb", "external\libusb\l
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libftdi1", "external\libftdi1\libftdi1.vcxproj", "{632649AB-A351-46D4-A81F-1D6E9A819A5C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{743FA5F6-A0D7-46F7-B73D-632B64C732FB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64