mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-17 10:12:15 +02:00
13 lines
159 B
INI
13 lines
159 B
INI
|
|
# https://EditorConfig.org
|
||
|
|
|
||
|
|
root = true
|
||
|
|
|
||
|
|
[*]
|
||
|
|
end_of_line = lf
|
||
|
|
insert_final_newline = true
|
||
|
|
|
||
|
|
indent_style = space
|
||
|
|
indent_size = 4
|
||
|
|
|
||
|
|
[Makefile]
|
||
|
|
indent_style = tab
|