Merge branch 'master' into change-to-sending-expresslrs_RFrates_e-in-sync-packet
[ExpressLRS.git] / src / .editorconfig
blobda351744f0202dc9e86e514843baf8264da1b93c
1 # top-most EditorConfig file
2 root = true
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
11 # Tab indentation (no size specified)
12 [Makefile]
13 indent_style = tab
15 [*.{c,h,cpp,hpp}]
16 indent_size = 4
18 [tx_main.cpp]
19 indent_size = 2