update (c)

This commit is contained in:
2022-09-24 13:49:53 +03:00
parent 058547e707
commit f7b307bb34
4 changed files with 24 additions and 2 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.c,*.h}]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false
indent_style = tab
[Makefile]
indent_style = tab
indent_size = 4