nginx-ui/.editorconfig
2021-03-16 13:30:07 +08:00

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