fix typo in .editorconfig

According to https://editorconfig.org/#file-format-details:

> indent_style: set to tab or space to use hard tabs or soft tabs respectively.

Apologies if this is known and the previous `spaces` syntax is preferred.
In that case of course just close the PR.

Thanks for kitty 🐱
This commit is contained in:
Thibault Duplessis 2023-02-24 19:03:44 +01:00
parent b0f552c332
commit 098530ad38

View File

@ -1,7 +1,7 @@
root = true
[*]
indent_style = spaces
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true