File: .editorconfig

package info (click to toggle)
blockattack 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,292 kB
  • sloc: cpp: 93,645; sh: 143; pascal: 111; xml: 82; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8

#Block Attack uses tabs for all identation
[*.{cpp,h,hpp}]
indent_style = tab
insert_final_newline = true
#Trim trailing whitespace... because it is already done and let us keep it consistently
trim_trailing_whitespace = true