File: .editorconfig

package info (click to toggle)
python-django-crispy-forms 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,248 kB
  • ctags: 540
  • sloc: python: 3,738; makefile: 87
file content (18 lines) | stat: -rw-r--r-- 289 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# http://editorconfig.org

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{html,py,rst}]
indent_style = space
indent_size = 4

[*.{html,rst}]
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
insert_final_newline = false