From 4e5caf952e05b2757a6411a41f0d7aab125e0eb8 Mon Sep 17 00:00:00 2001 From: Marius Greuel Date: Tue, 10 Mar 2020 22:36:00 +0200 Subject: [PATCH] Add .editorconfig --- .editorconfig | 6 ++++++ avrdude.sln | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..e9b68548 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# To learn more about .editorconfig see https://aka.ms/editorconfigdocs + +[*] +indent_style = space +indent_size = 4 +tab_width = 8 diff --git a/avrdude.sln b/avrdude.sln index a2835dd4..b91bcddd 100644 --- a/avrdude.sln +++ b/avrdude.sln @@ -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