File: .editorconfig

package info (click to toggle)
lua-luv 1.48.0-2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,036 kB
  • sloc: ansic: 6,565; makefile: 72; sh: 33
file content (8 lines) | stat: -rw-r--r-- 138 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
# http://editorconfig.org
root = true

[*.{c,h,lua}]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true