File: .editorconfig

package info (click to toggle)
ydotool 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ansic: 908; sh: 43; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
root = true

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

[*.{c,cpp,h,hpp}]
indent_style = tab
tab_width = 8