mirror of
https://github.com/tykeal/homeassistant-rental-control.git
synced 2026-06-24 08:47:51 +00:00
Make sure that pre-commit-ci is adding a DCO line. Upstream does not view this as something that they should directly support or even do, but since it is possible to set more than just the subject line, we can effectively add the DCO line to the commit message just at the top of the body instead of the footer. Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
29 lines
415 B
INI
29 lines
415 B
INI
# SPDX-FileCopyrightText: 2021 Andrew Grimberg <tykeal@bardicgrove.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
indent_style = space
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.rst]
|
|
indent_size = 4
|
|
|
|
[*.md]
|
|
indent_size = 4
|
|
max_line_length = 80
|
|
|
|
[*.sh]
|
|
indent_size = 4
|
|
max_line_length = 80
|
|
|
|
[*.yaml]
|
|
indent_size = 2
|
|
max_line_length = 120
|