File: .editorconfig

package info (click to toggle)
harfbuzz 12.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 103,460 kB
  • sloc: ansic: 77,934; cpp: 62,153; python: 4,962; xml: 4,651; sh: 426; makefile: 105
file content (20 lines) | stat: -rw-r--r-- 297 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

[*.{c,cc,h,hh,rl}]
tab_width = 8
indent_size = 2
indent_style = tab

[*.{py,sh}]
indent_style = tab

[{meson.build,meson_options.txt}]
tab_width = 8
indent_style = space
indent_size = 2