qusal/.editorconfig
2024-07-08 19:59:53 +02:00

21 lines
424 B
INI

# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: GPL-3.0-or-later
root = true
[*]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[{.gitmodules,**/git/**/config,**/git/**/config.d/*,**/git/**/sample/*}]
indent_style = tab
indent_size = 8
[*.{md,sh,yaml,yml,toml}]
indent_size = 2