File: .editorconfig

package info (click to toggle)
princeprocessor 0.22-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 1,193; makefile: 39
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
# top-most EditorConfig file
root = true

# This repo is f@cked up with CRLF so this config will ensure your
# editor keeps using the same format.
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 2