chore: add editorconfig file

This commit is contained in:
Andrea
2024-09-23 08:43:58 +02:00
parent 0e470dd9e5
commit f049500fb4
4 changed files with 10 additions and 3 deletions

7
.editorconfig Normal file
View File

@@ -0,0 +1,7 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2

View File

@@ -1,3 +1,3 @@
# C Project
A little template for C projects.
A little template for C projects.

View File

@@ -1,2 +1,2 @@
#include "utils.h"
#include "utils.h"

View File

@@ -2,4 +2,4 @@
#ifndef UTILS_H
#define UTILS_H
#endif
#endif