mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-09 06:25:52 +00:00
44 lines
604 B
INI
44 lines
604 B
INI
[*]
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{patch,.diff,.patch.*}]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.sh]
|
|
indent_style = tab
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[repo.json]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[Dockerfile]
|
|
indent_style = tab
|
|
|
|
[scripts/profile.json]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.{yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[ndk-patches/*.h]
|
|
indent_style = tab
|
|
|
|
[scripts/properties.sh]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[scripts/utils/**.sh]
|
|
indent_style = space
|
|
indent_size = 4
|