Too many more things about ModernC
This commit is contained in:
11
.editorconfig
Normal file
11
.editorconfig
Normal 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
|
||||
Reference in New Issue
Block a user