The open source OpenXR runtime
at prediction 417 B view raw
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 7root = true 8 9[*] 10charset = utf-8 11insert_final_newline = true 12 13[*.{c,h,cpp}] 14indent_style = tab 15indent_size = 8 16max_line_length = 120 17 18[*.py] 19indent_size = 4 20 21[*.html] 22indent_size = 2 23 24[*.json] 25indent_size = 4