···1-# To use this config on you editor, follow the instructions at:
2# http://editorconfig.org
34# SPDX-License-Identifier: CC0-1.0
5-# SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors
67root = true
8···13[*.{c,h,cpp}]
14indent_style = tab
15indent_size = 8
16-max_line_length = 80
1718[*.py]
19indent_size = 4
···1+# To use this config on your editor, follow the instructions at:
2# http://editorconfig.org
34# SPDX-License-Identifier: CC0-1.0
5+# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors
67root = true
8···13[*.{c,h,cpp}]
14indent_style = tab
15indent_size = 8
16+max_line_length = 120
1718[*.py]
19indent_size = 4
+10
src/xrt/.editorconfig
···0000000000
···1+# To use this config on your editor, follow the instructions at:
2+# http://editorconfig.org
3+4+# SPDX-License-Identifier: CC0-1.0
5+# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors
6+7+[*]
8+charset = utf-8
9+insert_final_newline = true
10+trim_trailing_whitespace = true