File: .editorconfig

package info (click to toggle)
aerc 0.20.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,152 kB
  • sloc: ansic: 1,148; python: 1,000; sh: 553; awk: 330; makefile: 23
file content (19 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# https://editorconfig.org/

root = true

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

[**.go]
indent_style = tab
max_line_length = 80
tab_width = 8

[*Makefile]
indent_style = tab

[**.scd]
indent_style = tab