File: .editorconfig

package info (click to toggle)
libsoup3 3.6.5-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 7,304 kB
  • sloc: ansic: 61,963; python: 202; xml: 97; sh: 84; makefile: 33; javascript: 5
file content (12 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4

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

[meson.build]
indent_size = 2