File: .editorconfig

package info (click to toggle)
libepoxy 1.5.10-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,708 kB
  • sloc: xml: 57,756; ansic: 2,661; python: 633; makefile: 13
file content (22 lines) | stat: -rw-r--r-- 303 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
root = true

[*]
charset = utf-8

[*.{c,h}]
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[.travis.yml]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[meson.build]
indent_style = space
indent_size = 8