editorconfig: tabs --> tab
This commit is contained in:
parent
7302f57590
commit
a96e541dc6
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue