mirror of
https://github.com/tj/git-extras.git
synced 2026-09-09 23:16:17 -04:00
* Initial scaffold
* Finish first half of Bats tests
* Add Bats to CI
* Fix CI
* Fix CI
* Fix configuration to set git name and email
* Fix `GIT_CONFIG_{KEY,VALUE}` indexing
* Fix Git config override precedence
* Remove unused and untested function
31 lines
391 B
INI
31 lines
391 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.patch]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.html]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[*.bats]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[tests/*.sh]
|
|
indent_style = tab
|
|
indent_size = 4
|