File: .editorconfig

package info (click to toggle)
bespokesynth 1.3.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 44,592 kB
  • sloc: cpp: 117,136; ansic: 18,752; python: 593; xml: 74; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 135 bytes parent folder | download
1
2
3
4
5
6
7
8
[*]
insert_final_newline = false
charset = utf-8

# c, cpp, h, hpp files and .i
[*.{i,{c,h}{,pp}}]
indent_style = space
indent_size = 3