Use tabs for indentation and spaces for horizontal alignment

Screen is a valuable real-estate on small displays or when working in
less than maximized or full-screen Visual Studio IDE.

This commit replaces tabulators used for horizontal alignment with
spaces, and stops imposing 8-space tabulators on everyone.

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2019-03-29 06:04:45 +01:00
parent 93638dd074
commit cf01a7ded2
2 changed files with 53 additions and 56 deletions

View File

@ -1,3 +0,0 @@
[*.{c,h,inf}]
indent_style = tab
indent_size = 8