File: .editorconfig

package info (click to toggle)
appstream 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,408 kB
  • sloc: ansic: 51,906; xml: 10,459; cpp: 4,721; python: 538; sh: 260; makefile: 24
file content (42 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (3)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# See https://editorconfig.org/
root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
charset = utf-8
max_line_length = 100

[*.{c,h}]
indent_style = tab
indent_size = 8

[*.cpp]
indent_style = space
indent_size = 4

[qt/**.h]
indent_style = space
indent_size = 4

[*.sh]
indent_style = space
indent_size = 4

[meson.build]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2

[*.xml]
indent_style = space
indent_size = 2
max_line_length = 120

[docs/**.xml]
indent_style = tab
indent_size = 8
max_line_length = 160