Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
Kenneth Bruen | 56f948a90a | 3 years ago |
4 changed files with 16 additions and 7 deletions
@ -0,0 +1,9 @@ |
|||||||
|
root = true |
||||||
|
|
||||||
|
[*] |
||||||
|
end_of_line = lf |
||||||
|
insert_final_newline = true |
||||||
|
|
||||||
|
[*.{h,hpp,c,cpp}] |
||||||
|
indent_style = tab |
||||||
|
indent_size = 4 |
Loading…
Reference in new issue