File: .editorconfig

package info (click to toggle)
wvkbd 0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,236 kB
  • sloc: ansic: 13,891; xml: 1,800; makefile: 43
file content (9 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*.c]
indent_style = space
indent_size = 4
charset = utf-8