File: .editorconfig

package info (click to toggle)
python-nyt-games 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 564 kB
  • sloc: python: 488; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

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

[*.md]
trim_trailing_whitespace = false