From a96e541dc64e70649b661e26a5281c69e2be54d8 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 22 Apr 2025 17:22:22 +0200 Subject: [PATCH] editorconfig: tabs --> tab --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index bd6a6b9..545f405 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 Tobias Schmidl +# SPDX-FileCopyrightText: 2025 Tobias Schmidl # # SPDX-License-Identifier: AGPL-3.0-or-later @@ -8,7 +8,7 @@ root = true [*] -indent_style = tabs +indent_style = tab indent_size = 4 end_of_line = lf charset = utf-8 @@ -23,7 +23,7 @@ indent_style = space indent_size = 2 [{CMakeLists.txt,*.cmake}] -indent_style = tabs +indent_style = tab [*.md] indent_size = 2