mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2025-10-30 06:07:56 +00:00
* Add alt-shim support via scoop config shim 71|kiennq * Add exes for alt-shim support * Bump kiennq's shim.exe to v2.2 * s/true/$true/ * Upgrade kiennq's shim to version 2.2.1 * Tweak Makefile to be less chatty * Fix Makefile to correctly report bump
26 lines
511 B
INI
26 lines
511 B
INI
# EditorConfig (is awesome): http://EditorConfig.org
|
|
|
|
# * top-most EditorConfig file
|
|
root = true
|
|
|
|
# default style settings
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = crlf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{[Bb][Aa][Tt],[Cc][Mm][Dd]}]
|
|
# DOS/Win *requires* BAT/CMD files to have CRLF newlines
|
|
end_of_line = crlf
|
|
|
|
[*.{yml, yaml}]
|
|
indent_size = 2
|
|
|
|
# Makefiles require tab indentation
|
|
[{{M,m,GNU}akefile{,.*},*.mak,*.mk}]
|
|
indent_style = tab
|
|
end_of_line = lf
|