mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 14:59:26 +01:00
18 lines
244 B
INI
18 lines
244 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[package.json]
|
|
indent_size = 1
|