2021-04-13 16:31:34 +00:00
|
|
|
# To use this config on your editor, follow the instructions at:
|
2019-10-08 14:57:22 +00:00
|
|
|
# http://editorconfig.org
|
|
|
|
|
2020-03-18 16:42:27 +00:00
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2021-04-13 16:31:34 +00:00
|
|
|
# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors
|
2020-03-18 16:42:27 +00:00
|
|
|
|
2019-10-08 14:57:22 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
insert_final_newline = true
|
|
|
|
|
|
|
|
[*.{c,h,cpp}]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 8
|
2021-04-13 16:31:34 +00:00
|
|
|
max_line_length = 120
|
2019-12-03 21:49:11 +00:00
|
|
|
|
|
|
|
[*.py]
|
|
|
|
indent_size = 4
|
2020-01-13 22:17:05 +00:00
|
|
|
|
|
|
|
[*.html]
|
|
|
|
indent_size = 2
|
|
|
|
|
|
|
|
[*.json]
|
|
|
|
indent_size = 4
|