File: .editorconfig

package info (click to toggle)
glfw3 3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,340 kB
  • sloc: ansic: 70,181; xml: 4,851; objc: 2,296; sh: 39; makefile: 33
file content (67 lines) | stat: -rw-r--r-- 1,275 bytes parent folder | download | duplicates (5)
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# EditorConfig for GLFW and its internal dependencies
#
# All files created by GLFW should indent with four spaces unless their format requires
# otherwise.  A few files still use other indent styles for historical reasons.
#
# Dependencies have (what seemed to be) their existing styles described.  Those with
# existing trailing whitespace have it preserved to avoid cluttering future commits.

root = true

[*]
charset = utf-8
end_of_line = lf

[include/GLFW/*.h]
indent_style = space
indent_size = 4

[{src,examples,tests}/*.{c,m,h,rc,in}]
indent_style = space
indent_size = 4

[CMakeLists.txt]
indent_style = space
indent_size = 4

[CMake/**.{cmake,in}]
indent_style = space
indent_size = 4

[*.{md}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false

[DoxygenLayout.xml]
indent_style = space
indent_size = 2

[docs/*.{scss,html}]
indent_style = tab
indent_size = unset

[deps/mingw/*.h]
indent_style = space
indent_size = 4
tab_width = 8
trim_trailing_whitespace = false

[deps/getopt.{c,h}]
indent_style = space
indent_size = 2

[deps/linmath.h]
indent_style = tab
tab_width = 4
indent_size = 4
trim_trailing_whitespace = false

[deps/nuklear*.h]
indent_style = space
indent_size = 4

[deps/tinycthread.{c,h}]
indent_style = space
indent_size = 2