[go: up one dir, main page]

File: .editorconfig

package info (click to toggle)
fatrace 0.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: ansic: 710; python: 528; sh: 36; makefile: 26
file content (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download
1
2
3
4
5
6
# 4-space indent .editorconfig
root = true

[*.c]
indent_style = space
indent_size = 4