mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-11-26 12:04:43 +01:00
04989ff86d
Co-authored-by: Michele Locati <michele@locati.it> Co-authored-by: Quan TRAN <itscaro@users.noreply.github.com>
15 lines
213 B
INI
15 lines
213 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
|
|
[*.{bat,cmd}]
|
|
end_of_line = crlf
|
|
charset = latin1
|