mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
15 lines
245 B
INI
Executable file
15 lines
245 B
INI
Executable file
root = true
|
|
|
|
[*]
|
|
block_comment_start = /*
|
|
block_comment_end = */
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[README.md]
|
|
indent_style = space
|
|
indent_size = 4
|