File: .editorconfig

package info (click to toggle)
planetblupi 1.13.2-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 149,396 kB
  • sloc: cpp: 37,922; makefile: 13; sh: 6
file content (9 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*.{cpp,h}]
indent_style = tab
indent_size = 4
insert_final_newline = true