Add polar.sh to FUNDING
[libmodbus.git] / .editorconfig
blob640a2a20359ec1bc04d5602fb69377e3925ac29c
1 root = true
3 # Unix-style newlines with a newline ending every file
4 [*]
5 end_of_line = lf
6 insert_final_newline = true
7 indent_style = space
8 indent_size = 4
10 # Tab indentation (no size specified)
11 [Makefile]
12 indent_style = tab