File: .editorconfig

package info (click to toggle)
editorconfig-core 0.11.5-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 508 kB
  • ctags: 137
  • sloc: ansic: 1,227; makefile: 46; sh: 9
file content (14 lines) | stat: -rw-r--r-- 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14

root = true

[*]
end_of_line = LF
[*.[ch]]
indent_style = space
indent_size = 4
[CMakeLists.txt]
indent_style = space
indent_size = 4
[*.sh]
indent_style = space
indent_size = 2