Too many more things about ModernC

This commit is contained in:
2024-04-14 22:08:23 -04:00
parent 8424a6836a
commit f6ac67a6a6
8 changed files with 238 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 90
[{*.c,*.go}]
indent_style = tab
indent_size = 4