File: .editorconfig

package info (click to toggle)
kew 3.7.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,436 kB
  • sloc: ansic: 28,006; cpp: 1,401; makefile: 200; sh: 11
file content (12 lines) | stat: -rw-r--r-- 228 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

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