File: .editorconfig

package info (click to toggle)
monado 25.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,708 kB
  • sloc: cpp: 175,132; ansic: 141,570; python: 2,913; java: 753; xml: 735; sh: 403; javascript: 255; makefile: 58
file content (25 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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