[go: up one dir, main page]

File: .editorconfig

package info (click to toggle)
dub 1.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,272 kB
  • sloc: sh: 2,104; ansic: 52; xml: 37; makefile: 35
file content (9 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
root = true

[*.{c,h,d,di,dd,json}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
charset = utf-8