File: .editorconfig

package info (click to toggle)
upx-ucl 3.96-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,648 kB
  • sloc: ansic: 83,932; cpp: 48,160; asm: 29,512; makefile: 1,287; python: 1,129; sh: 131
file content (23 lines) | stat: -rw-r--r-- 321 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
20
21
22
23
#
# see https://editorconfig.org/
#

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{GNUmakefile*,MMakefile*,Makefile*,Makevars*,*.mk}]
indent_size = 8
indent_style = tab

[*.S]
indent_size = 8

[*.yml]
indent_size = 2