File: .editorconfig

package info (click to toggle)
intel-gpu-tools 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,408 kB
  • sloc: ansic: 145,957; yacc: 2,780; perl: 1,200; makefile: 878; sh: 525; lex: 487; xml: 404; python: 257
file content (14 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# To use this config in your editor, follow the instructions at:
# http://editorconfig.org

root = true

[*]
tab_width = 8

[{Makefile*,*.mk}]
indent_style = tab

[*.{c,h,cpp,hpp,cc,hh}]
indent_style = tab
indent_size = 8