File: .editorconfig

package info (click to toggle)
sqlitecpp 3.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,628 kB
  • sloc: ansic: 166,965; cpp: 3,720; python: 2,374; xml: 14; sh: 12; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

# 4 space indentation
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
end_of_line = lf

# 2 space indentation for CI configuration
[*.yml]
indent_style = space
indent_size = 2