ethanmoffat / etheos

[Eth]an's [E]ndless [O]nline [S]erver - fork of eoserv project
zlib License
13 stars 8 forks source link

Use tabs for indentation in C++ source code #24

Closed Cirras closed 3 years ago

Cirras commented 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.

This PR overrides the indent_style for C++ source code files.