Compare commits
10 Commits
010d27fba3
...
f049500fb4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f049500fb4 | ||
![]() |
0e470dd9e5 | ||
![]() |
19965986d9 | ||
![]() |
e047f23a82 | ||
![]() |
3bba05b49d | ||
![]() |
43449072fe | ||
![]() |
f0a4048115 | ||
![]() |
e2e0b3cd7f | ||
![]() |
7be07a77f1 | ||
![]() |
75d8df8e36 |
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 2
|
0
completions/.gitkeep → .gitignore
vendored
0
completions/.gitkeep → .gitignore
vendored
1
CHANGELOG.md
Normal file
1
CHANGELOG.md
Normal file
@ -0,0 +1 @@
|
||||
# Changelog
|
1
CONTRIBUTING.md
Normal file
1
CONTRIBUTING.md
Normal file
@ -0,0 +1 @@
|
||||
## Contributing
|
@ -1,3 +1,3 @@
|
||||
# C Project
|
||||
|
||||
A little template for C projects.
|
||||
A little template for C projects.
|
||||
|
@ -1,2 +1,2 @@
|
||||
|
||||
#include "utils.h"
|
||||
#include "utils.h"
|
||||
|
0
completions/bash/.gitkeep
Normal file
0
completions/bash/.gitkeep
Normal file
0
completions/fish/.gitkeep
Normal file
0
completions/fish/.gitkeep
Normal file
0
completions/zsh/.gitkeep
Normal file
0
completions/zsh/.gitkeep
Normal file
4
docs/README.md
Normal file
4
docs/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
## Documentation
|
||||
|
||||
Write here the documentation for your project!
|
@ -2,4 +2,4 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
0
lib/.gitkeep
Normal file
0
lib/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
0
scripts/.gitkeep
Normal file
@ -1,2 +1,2 @@
|
||||
|
||||
int main(int argc, char *argv) { return 0; }
|
||||
int main(int argc, char **argv) { return 0; }
|
||||
|
0
tests/.gitkeep
Normal file
0
tests/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user