Skip to content

Commit 7e7b82c

Browse files
make sure makefile uses tabs
1 parent 9ec9c7c commit 7e7b82c

File tree

13 files changed

+8
-0
lines changed

13 files changed

+8
-0
lines changed

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ indent_style = space
1414
charset = utf-8
1515
indent_size = 2
1616
indent_style = space
17+
18+
[Makefile]
19+
indent_style = tab

2016-c/.clangd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CompileFlags:
2+
Add: [-std=c11, -Wall, -Wextra, -Wpedantic ]

2017-c/.clangd

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CompileFlags:
2+
Add: [-std=c11, -Wall, -Wextra, -Wpedantic ]

2018-c/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.txt
2+
build/

2018-c/build/01

-15.8 KB
Binary file not shown.

2018-c/build/02

-15.8 KB
Binary file not shown.

2018-c/build/03

-16 KB
Binary file not shown.

2018-c/build/04

-16.3 KB
Binary file not shown.

2018-c/build/05

-16 KB
Binary file not shown.

2018-c/build/06

-16.1 KB
Binary file not shown.

2018-c/build/07

-15.9 KB
Binary file not shown.

2018-c/build/08

-15.8 KB
Binary file not shown.

2018-c/build/09

-15.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)