File: .editorconfig

package info (click to toggle)
librtr 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,556 kB
  • sloc: ansic: 10,020; perl: 5,146; makefile: 179; sh: 108
file content (14 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EditorConfig is awesome: http://EditorConfig.org
root = true

[*.{c,h}]
indent_style = tab
tab_width = 8

[*.sh]
indent_style = space
indent_size = 4

[{.travis.yml,CMakeLists.txt}]
indent_style = space
indent_size = 4