
* updating file-structure * update docker file * update develop docs * update api and cmd
19 lines
342 B
INI
19 lines
342 B
INI
# EditorConfig http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|
|
max_line_length = 80
|
|
curly_bracket_next_line = false
|
|
spaces_around_operators = true
|
|
spaces_around_brackets = true
|
|
indent_brace_style = K&R
|
|
|