File: .editorconfig

package info (click to toggle)
lcov 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,412 kB
  • sloc: perl: 27,615; xml: 6,982; sh: 6,977; python: 1,147; makefile: 593; cpp: 455; ansic: 167
file content (25 lines) | stat: -rw-r--r-- 438 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
# This file contains editor configuration directives that match the preferred
# coding style for LCOV contributions.
#
# See https://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
tab_width = 8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.sh]
indent_style = tab
indent_size = 8
tab_width = 8

[{Makefile,*.mak}]
indent_style = tab
indent_size = 8
tab_width = 8