mirror of
https://github.com/cheat/cheat.git
synced 2024-12-24 13:39:44 +01:00
9aa27d4059
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.12.0 to 2.14.0. - [Release notes](https://github.com/alecthomas/chroma/releases) - [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml) - [Commits](https://github.com/alecthomas/chroma/compare/v2.12.0...v2.14.0) --- updated-dependencies: - dependency-name: github.com/alecthomas/chroma/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
250 B
INI
18 lines
250 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.xml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = false
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|