The open source OpenXR runtime

editorconfig: Update

Changed files
+13 -3
src
+3 -3
.editorconfig
··· 1 - # To use this config on you editor, follow the instructions at: 1 + # To use this config on your editor, follow the instructions at: 2 2 # http://editorconfig.org 3 3 4 4 # SPDX-License-Identifier: CC0-1.0 5 - # SPDX-FileCopyrightText: 2018-2020 Collabora, Ltd. and the Monado contributors 5 + # SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors 6 6 7 7 root = true 8 8 ··· 13 13 [*.{c,h,cpp}] 14 14 indent_style = tab 15 15 indent_size = 8 16 - max_line_length = 80 16 + max_line_length = 120 17 17 18 18 [*.py] 19 19 indent_size = 4
+10
src/xrt/.editorconfig
··· 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