Revision 76f3db06b8dbbfe5d6c4d0f4a6131b58ed36869d authored by Marko on 01 August 2019, 16:33:27 UTC, committed by Jack Zampolin on 01 August 2019, 17:28:32 UTC
* changelog updates

* pr comments
1 parent 15878dc
Raw File
.editorconfig
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{sh,Makefile}]
indent_style = tab

[*.proto]
indent_style = space
indent_size = 2
back to top