mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
18 lines
220 B
INI
18 lines
220 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
|
|
[*.lua]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
|
|
[*.rs]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
insert_final_newline = true
|