File: .editorconfig

package info (click to toggle)
rocdbgapi 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,648 kB
  • sloc: cpp: 20,818; ansic: 854; sh: 7; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
root = true

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

[*.{c,cpp,h,hpp}]
indent_style = space
indent_size = 2