File: .editorconfig

package info (click to toggle)
tiled-qt 1.11.90-1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 40,304 kB
  • sloc: cpp: 125,078; java: 4,174; python: 1,634; xml: 1,524; sh: 427; makefile: 67; ruby: 15
file content (10 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# https://editorconfig.org
root = true

[*.{cpp,h}]
indent_style = space
indent_size = 4
charset = utf-8
spelling_language = en-US
trim_trailing_whitespace = true
insert_final_newline = true