Skip to content

Commit 530841a

Browse files
committed
Use Unix line ending style for all files
For some reason, the style was mixed across the codebase.
1 parent d1474ac commit 530841a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+20087
-20087
lines changed

.gitignore

+43-43
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
*.o
2-
*.o.d
3-
*.o.tmp
4-
*.a
5-
*.bash
6-
*.mk
7-
doxygen/output
8-
.vimprj/tags
9-
.vimprj/*_tags
10-
tn_cfg.h
11-
12-
*.map
13-
*.elf
14-
*.bin
15-
bin
16-
*.disasm
17-
*-build-*
18-
nbproject/private
19-
Makefile-genesis.properties
20-
21-
Objects
22-
Listings
23-
*.build_log.htm*
24-
*.uvguix.*
25-
*.uvoptx
26-
27-
tneo_cortex_m_eclipse/Debug
28-
tneo_cortex_m_eclipse/Release
29-
30-
tneo_cortex_m_coocox/Debug
31-
*.xcodeproj
32-
*.cogui
33-
*.comarker
34-
35-
tneo_cortex_m_iar/Debug
36-
tneo_cortex_m_iar/settings
37-
*.dep
38-
*.ewd
39-
40-
*.tmp
41-
42-
Makefile.deps
43-
1+
*.o
2+
*.o.d
3+
*.o.tmp
4+
*.a
5+
*.bash
6+
*.mk
7+
doxygen/output
8+
.vimprj/tags
9+
.vimprj/*_tags
10+
tn_cfg.h
11+
12+
*.map
13+
*.elf
14+
*.bin
15+
bin
16+
*.disasm
17+
*-build-*
18+
nbproject/private
19+
Makefile-genesis.properties
20+
21+
Objects
22+
Listings
23+
*.build_log.htm*
24+
*.uvguix.*
25+
*.uvoptx
26+
27+
tneo_cortex_m_eclipse/Debug
28+
tneo_cortex_m_eclipse/Release
29+
30+
tneo_cortex_m_coocox/Debug
31+
*.xcodeproj
32+
*.cogui
33+
*.comarker
34+
35+
tneo_cortex_m_iar/Debug
36+
tneo_cortex_m_iar/settings
37+
*.dep
38+
*.ewd
39+
40+
*.tmp
41+
42+
Makefile.deps
43+

src/.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
.vimprj/tags
2-
.vimprj/*_tags
1+
.vimprj/tags
2+
.vimprj/*_tags

src/.vimprj/.indexer_files

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2-
[tneo]
3-
4-
$INDEXER_PROJECT_ROOT
5-
1+
2+
[tneo]
3+
4+
$INDEXER_PROJECT_ROOT
5+

0 commit comments

Comments
 (0)