File: .editorconfig

package info (click to toggle)
ausweisapp2 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,656 kB
  • sloc: cpp: 113,434; python: 1,849; xml: 1,476; java: 887; sh: 187; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# See EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Formatting of Sources: see uncrustify and "make format"
[*.{cpp,h,groovy,py,sh,json,qml,js,cmake,txt}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

# Formatting of reST: see doc8 and "make doc8"
[*.{rst}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true