mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 09:26:17 +00:00
26 lines
417 B
INI
26 lines
417 B
INI
# To use this config on your editor, follow the instructions at:
|
|
# http://editorconfig.org
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
# SPDX-FileCopyrightText: 2018-2021 Collabora, Ltd. and the Monado contributors
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
|
|
[*.{c,h,cpp}]
|
|
indent_style = tab
|
|
indent_size = 8
|
|
max_line_length = 120
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
|
|
[*.html]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 4
|