File: .editorconfig

package info (click to toggle)
ksnip 1.10.1%2Bgit20240308-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,756 kB
  • sloc: cpp: 22,230; xml: 380; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true

[CMakeLists.txt]
indent_style = tab
indent_size = 1
insert_final_newline = true