File: .editorconfig

package info (click to toggle)
pygame 2.6.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,076 kB
  • sloc: ansic: 66,932; python: 48,797; javascript: 1,153; objc: 224; sh: 121; makefile: 59; cpp: 25
file content (22 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root=true

[*]
end_of_line = lf
insert_final_newline = true

# The settings for C (*.c and *.h) files are mirrored in src_c/.clang-format.
# Keep them in sync.
[*.{c,h}]
indent_style = space
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
max_line_length = 79

[*.{py,pyx}]
indent_style = space
indent_size = 4
charset = utf-8
file_type_emacs = python
trim_trailing_whitespace = true
max_line_length = 79