Files
mcaselector-lite/.editorconfig
Quinn 2ae24f588c Remove a large section of .editorconfig to allow for customisation with specifying a tab width.
Users of the codebase may now use `tab_width` to override the preferred
indentation width, i.e. the width of the tabulation character.
2026-01-21 10:22:44 +01:00

18 lines
427 B
INI

# This file is part of MCA-Selector-lite,
# and is licensed under GPL-2.0-only.
# Copyright (C)2025 quinnthepigeon@proton.me Quinn
# For further information, view COPYING and CONTRIBUTORS
# at: www.github.com/thepigeongenerator/mcaselector-lite
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 8
[*.{yaml}]
indent_style = space
intent_size = 2