Chris Kankiewicz
5 years ago
No known key found for this signature in database
GPG Key ID: 474E915709CEB5EB
1 changed files with
11 additions and
0 deletions
-
.editorconfig
|
|
@ -0,0 +1,11 @@ |
|
|
|
root = true |
|
|
|
|
|
|
|
[*] |
|
|
|
charset = utf-8 |
|
|
|
indent_size = 4 |
|
|
|
indent_style = space |
|
|
|
insert_final_newline = true |
|
|
|
trim_trailing_whitespace = true |
|
|
|
|
|
|
|
[Makefile] |
|
|
|
indent_style = tab |