File: .editorconfig

package info (click to toggle)
asmjit 0.0~git20201108.4b13f71-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,756 kB
  • sloc: cpp: 49,203; javascript: 2,748; sh: 57; makefile: 7
file content (10 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
# Editor configuration, see https://editorconfig.org for more details.
root = true

[*.{cpp,h,natvis}]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true