From 1be3ac4d5a1d0fc7d92fb30bd6ee436dabf8a08d Mon Sep 17 00:00:00 2001 From: Jojakim Stahl Date: Wed, 18 Oct 2017 09:24:27 +0200 Subject: [PATCH] Added a editorconfig file --- .editorconfig | 6 ++++++ win32/zint.sln | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..de0f8a9e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root=true + +[*] +end_of_line = crlf +indent_style = space +indent_size = 4 diff --git a/win32/zint.sln b/win32/zint.sln index 3a1de5d6..f82500be 100644 --- a/win32/zint.sln +++ b/win32/zint.sln @@ -7,6 +7,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zint", "zint.vcxproj", "{31 EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzint", "libzint.vcxproj", "{5C08DC40-8F7D-475E-AA3C-814DED735A4B}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C246B2E9-C3A0-4505-BECA-1FDFC59C7BE5}" + ProjectSection(SolutionItems) = preProject + ..\.editorconfig = ..\.editorconfig + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32