File: .editorconfig

package info (click to toggle)
gssdp 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 640 kB
  • sloc: ansic: 6,689; xml: 70; python: 19; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
# https://editorconfig.org

[*]
end_of_line = lf
insert_final_newline = true

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

[*.xml]
indent_style = space
indent_size = 2