mirror of
https://github.com/KaitlynEthylia/Disco
synced 2024-11-10 06:34:23 +00:00
13 lines
189 B
INI
13 lines
189 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_size = 4
|
|
indent_style = tab
|
|
tab_width = 4
|
|
|
|
[*.md]
|
|
max_line_length = 70
|