chore: add editorconfig file
This commit is contained in:
parent
0e470dd9e5
commit
f049500fb4
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
|
@ -1,3 +1,3 @@
|
|||||||
# C Project
|
# C Project
|
||||||
|
|
||||||
A little template for C projects.
|
A little template for C projects.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
|
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
#ifndef UTILS_H
|
#ifndef UTILS_H
|
||||||
#define UTILS_H
|
#define UTILS_H
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user