File: .editorconfig

package info (click to toggle)
c-blosc2 2.17.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,092 kB
  • sloc: ansic: 45,296; python: 332; lisp: 82; makefile: 63; sh: 3
file content (20 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; Top-most EditorConfig file
root = true

; Global settings
[*]
end_of_line = LF
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

; C source files
[*.{h,c}]
indent_size = 2

; CMake
[CMakeLists.txt]
indent_size = 4

[*.cmake]
indent_size = 4