File: .editorconfig

package info (click to toggle)
pixman 0.44.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,496 kB
  • sloc: ansic: 53,617; asm: 12,439; perl: 143; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# To use this config on you editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
tab_width = 8

[meson.build,meson_options.txt]
indent_style = space
indent_size = 2