File: .editorconfig

package info (click to toggle)
game-data-packager 73
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 23,420 kB
  • sloc: python: 11,086; sh: 609; makefile: 59
file content (45 lines) | stat: -rw-r--r-- 762 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# SPDX-FileCopyrightText: 2022 Simon McVittie
# SPDX-License-Identifier: FSFAP

root = true

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

[{Makefile,debian/rules}]
indent_style = tab

[{meson.build,meson_options.txt}]
indent_size = 2

[*.svg]
indent_size = 2

[{*.yaml,*.yaml.in,*.yml,doc/tags.txt}]
indent_size = 2

[data/doom-common.preinst.in]
indent_style = tab

[{debian/changelog,debian/*.NEWS}]
indent_size = 2

[{debian/copyright,debian/copyright.in}]
indent_size = 2

[{debian/*.preinst,debian/*.postinst}]
indent_size = 2

[{doc/adding_a_game.mdwn,doc/launcher.mdwn}]
indent_size = 2

[etc/apparmor.d/usr.*]
indent_size = 2

[tools/meson-compat-install-symlink.sh]
indent_size = 2