File: .editorconfig

package info (click to toggle)
minetest 5.6.1%2Bdfsg%2B~1.9.0mt8%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 48,628 kB
  • sloc: cpp: 209,002; ansic: 14,537; sh: 914; java: 561; python: 303; xml: 208; makefile: 36
file content (9 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[*]
end_of_line = lf

[*.{cpp,h,lua,txt,glsl,md,c,cmake,java,gradle}]
charset = utf8
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true