File: .editorconfig

package info (click to toggle)
python-django-celery-results 2.5.1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 652 kB
  • sloc: python: 2,185; makefile: 312; sh: 7; sql: 2
file content (14 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# https://editorconfig.org/

root = true

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

[Makefile]
indent_style = tab