mirror of
https://github.com/sp-tarkov/forge.git
synced 2025-02-12 12:10:41 -05:00
23 lines
351 B
INI
23 lines
351 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
max_line_length = off
|
|
|
|
[*.{yml,yaml,neon}]
|
|
indent_size = 2
|
|
max_line_length = off
|
|
|
|
[docker-compose.yml]
|
|
indent_size = 4
|
|
max_line_length = off
|