Files
homeassistant-rental-control/.editorconfig
Andrew Grimberg ac4abd37e5 CI: Update configuration for pre-commit CI
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>
2025-04-19 10:01:07 -07:00

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