# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. # # 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