repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into change-to-sending-expresslrs_RFrates_e-in-sync-packet
[ExpressLRS.git]
/
src
/
.editorconfig
blob
da351744f0202dc9e86e514843baf8264da1b93c
1
# top-most EditorConfig file
2
root = true
3
4
# Unix-style newlines with a newline ending every file
5
[*]
6
charset = utf-8
7
trim_trailing_whitespace = true
8
end_of_line = lf
9
insert_final_newline = true
10
11
# Tab indentation (no size specified)
12
[Makefile]
13
indent_style = tab
14
15
[*.{c,h,cpp,hpp}]
16
indent_size = 4
17
18
[tx_main.cpp]
19
indent_size = 2