editorconfig: tabs --> tab

This commit is contained in:
Tobias Schmidl 2025-04-22 17:22:22 +02:00 committed by Tobias Schmidl
parent 7302f57590
commit a96e541dc6

View file

@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023 Tobias Schmidl # SPDX-FileCopyrightText: 2025 Tobias Schmidl
# #
# SPDX-License-Identifier: AGPL-3.0-or-later # SPDX-License-Identifier: AGPL-3.0-or-later
@ -8,7 +8,7 @@
root = true root = true
[*] [*]
indent_style = tabs indent_style = tab
indent_size = 4 indent_size = 4
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
@ -23,7 +23,7 @@ indent_style = space
indent_size = 2 indent_size = 2
[{CMakeLists.txt,*.cmake}] [{CMakeLists.txt,*.cmake}]
indent_style = tabs indent_style = tab
[*.md] [*.md]
indent_size = 2 indent_size = 2