qusal/.editorconfig

21 lines
384 B
INI
Raw Normal View History

2023-11-13 14:33:28 +00:00
# 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}]
indent_style = tab
indent_size = 8
[*.{md,sh,yaml,yml,toml}]
indent_size = 2