Fix included files

This commit is contained in:
dP
2019-11-01 19:56:17 +03:00
parent 599ccf0c2b
commit f7b5b1c5c9
596 changed files with 157 additions and 331834 deletions

9
.editorconfig Normal file
View File

@@ -0,0 +1,9 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.{c,cpp,h,hpp}]
indent_style = tab
charset = utf-8