Closed Cirras closed 3 years ago
EOSERV uses tabs rather than spaces in C++ source code. The .editorconfig file specifies indent_style = space. This gets picked up by Visual Studio and leads to mixed spaces and tabs.
.editorconfig
indent_style = space
This PR overrides the indent_style for C++ source code files.
indent_style
EOSERV uses tabs rather than spaces in C++ source code. The
.editorconfig
file specifiesindent_style = space
. This gets picked up by Visual Studio and leads to mixed spaces and tabs.This PR overrides the
indent_style
for C++ source code files.