diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b3dfee7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 diff --git a/README.md b/README.md index 84af304..4a2eb2b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # C Project -A little template for C projects. \ No newline at end of file +A little template for C projects. diff --git a/common/utils.c b/common/utils.c index 56d9c64..50ed0cf 100644 --- a/common/utils.c +++ b/common/utils.c @@ -1,2 +1,2 @@ -#include "utils.h" \ No newline at end of file +#include "utils.h" diff --git a/include/utils.h b/include/utils.h index ff4fda2..451e37f 100644 --- a/include/utils.h +++ b/include/utils.h @@ -2,4 +2,4 @@ #ifndef UTILS_H #define UTILS_H -#endif \ No newline at end of file +#endif