mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
13 lines
159 B
INI
13 lines
159 B
INI
root = true
|
|
|
|
[*]
|
|
indent_size = 2
|
|
indent_style = space
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{md,txt}]
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab |