···11-# To use this config on you editor, follow the instructions at:
11+# To use this config on your editor, follow the instructions at:
22# http://editorconfig.org
3344# SPDX-License-Identifier: CC0-1.0
55-# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
55+# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors
6677root = true
88···1313[*.{c,h,cpp}]
1414indent_style = tab
1515indent_size = 8
1616-max_line_length = 80
1616+max_line_length = 120
17171818[*.py]
1919indent_size = 4
+10
src/xrt/.editorconfig
···11+# To use this config on your editor, follow the instructions at:
22+# http://editorconfig.org
33+44+# SPDX-License-Identifier: CC0-1.0
55+# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors
66+77+[*]
88+charset = utf-8
99+insert_final_newline = true
1010+trim_trailing_whitespace = true