File: .editorconfig

package info (click to toggle)
budgie-desktop 10.5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,772 kB
  • sloc: ansic: 8,130; xml: 606; sh: 150; makefile: 28
file content (13 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
# http://editorconfig.org

root = true

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

[*.{c,h,vala,vapi}]
indent_style = tab
tab_width = 4