mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-16 11:35:45 +01:00
26 lines
455 B
INI
26 lines
455 B
INI
# Copyright (c) 2025 Quinn.
|
|
# This is a file from the project MCA-Selector-Lite and is
|
|
# licensed under the MIT Licence. See included LICENSE file for details.
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{c,h}]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
|
|
[{makefile}]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
|
|
[*.{json}]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
|
|
[*.{yaml}]
|
|
indent_style = space
|
|
intent_size = 2
|