mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-04-26 10:08:00 -05:00
Add .editorconfig
This commit is contained in:
parent
3448ef7a59
commit
34ee1bddf0
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# https://EditorConfig.org
|
||||||
|
|
||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
Loading…
Reference in New Issue
Block a user