File: .editorconfig

package info (click to toggle)
workflow 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,732 kB
  • sloc: cpp: 33,835; ansic: 8,951; makefile: 9; sh: 6
file content (13 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# top-most EditorConfig file
root = true
 
# all files
[*]
indent_style = tab
indent_size = 4
[src/kernel/list.h]
indent_style = tab
indent_size = 8
[src/kernel/rbtree.*]
indent_style = tab
indent_size = 8