File: .editorconfig

package info (click to toggle)
gcli 2.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,652 kB
  • sloc: ansic: 27,086; sh: 678; makefile: 545; perl: 392; yacc: 261; lex: 60
file content (11 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
root = true

[{*.{c,h,sh},Makefile,*.mk}]
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 8
trim_trailing_whitespace = true

[*.t]
trim_trailing_whitespace = false